| | |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * 中台水库非正常溢洪道填报实体类-填报 |
| | | * 中台水库非常溢洪道填报实体类-填报 |
| | | * |
| | | * @author zhongrj |
| | | * @date 2023-08-16 |
| | | */ |
| | | @Data |
| | | @TableName("\"tb_att_res_rsb_verspi\"") |
| | | @ApiModel(value = "水库非正常溢洪道填报对象", description = "水库非正常溢洪道填报对象") |
| | | @ApiModel(value = "水库非常溢洪道填报对象", description = "水库非常溢洪道填报对象") |
| | | public class TbAttResRsbVerspi implements Serializable { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | private String name; |
| | | |
| | | /** |
| | | * 数量 |
| | | */ |
| | | @ApiModelProperty(value = "数量") |
| | | @TableField("\"num\"") |
| | | private Integer num; |
| | | |
| | | /** |
| | | * 水库编码 |
| | | */ |
| | | @ApiModelProperty(value = "水库编码") |