| | |
| | | private String investigationVariety; |
| | | |
| | | /** |
| | | * 是否蚁患 |
| | | */ |
| | | @ApiModelProperty(value = "是否蚁患") |
| | | @TableField(value = "\"is_ant_infestation\"", fill = FieldFill.UPDATE) |
| | | private String isAntInfestation; |
| | | /** |
| | | * 是否蚁源 |
| | | */ |
| | | @ApiModelProperty(value = "是否蚁源") |
| | | @TableField(value = "\"is_ant_source\"", fill = FieldFill.UPDATE) |
| | | private String isAntSource; |
| | | /** |
| | | * 部位 |
| | | */ |
| | | @ApiModelProperty(value = "部位") |
| | | @TableField(value = "\"part_place\"", fill = FieldFill.UPDATE) |
| | | private String partPlace; |
| | | |
| | | /** |
| | | * 普查面积 |
| | | */ |
| | | @ApiModelProperty(value = "普查面积") |