| | |
| | | private String name; |
| | | |
| | | /** |
| | | * 数量 |
| | | */ |
| | | @ApiModelProperty(value = "数量") |
| | | @TableField("\"num\"") |
| | | private Integer num; |
| | | |
| | | /** |
| | | * 水库编码 |
| | | */ |
| | | @ApiModelProperty(value = "水库编码") |
| | |
| | | private Double exportElevation; |
| | | |
| | | /** |
| | | * 断面尺寸 |
| | | * 断面(孔洞)数量 |
| | | */ |
| | | @ApiModelProperty(value = "断面尺寸") |
| | | @TableField("\"section_size\"") |
| | | private Double sectionSize; |
| | | @ApiModelProperty(value = "断面(孔洞)数量") |
| | | @TableField("\"section_num\"") |
| | | private Integer sectionNum; |
| | | |
| | | /** |
| | | * 断面(孔洞)长度 |
| | | */ |
| | | @ApiModelProperty(value = "断面(孔洞)长度") |
| | | @TableField("\"section_length\"") |
| | | private Double sectionLength; |
| | | |
| | | /** |
| | | * 断面(孔洞)宽度/直径 |
| | | */ |
| | | @ApiModelProperty(value = "断面(孔洞)宽度/直径") |
| | | @TableField("\"section_wide\"") |
| | | private Double sectionWide; |
| | | |
| | | /** |
| | | * 最大泄洪流量 |
| | |
| | | */ |
| | | @ApiModelProperty(value = "工作闸门型式 ") |
| | | @TableField("\"working_gate_type\"") |
| | | private Integer workingGateType; |
| | | private String workingGateType; |
| | | |
| | | /** |
| | | * 启闭方式 |
| | | */ |
| | | @ApiModelProperty(value = "启闭方式 ") |
| | | @TableField("\"oc_type\"") |
| | | private Integer ocType; |
| | | private String ocType; |
| | | |
| | | /** |
| | | * 填报状态(0:填写中,1:审核中,2:审核通过) |