zhongrj
2023-09-05 2220383df9ee6bfbced20b83b83c90b6a68d995f
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbAttResRsbSpillway.java
@@ -43,6 +43,13 @@
   private String name;
   /**
    * 数量
    */
   @ApiModelProperty(value = "数量")
   @TableField("\"num\"")
   private Integer num;
   /**
    * 水库编码
    */
   @ApiModelProperty(value = "水库编码")
@@ -78,11 +85,25 @@
   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;
   /**
    * 最大泄洪流量
@@ -96,14 +117,14 @@
    */
   @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:审核通过)