shenyijian
2024-06-21 f20611265f7d34fd4fbcdfdaff6cb9cccd0b25fc
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbAttResRsbSpillway.java
@@ -1,7 +1,6 @@
package cn.gistack.sm.sjztmd.entity;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.annotation.*;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
@@ -30,8 +29,22 @@
    */
   @JsonSerialize(using = ToStringSerializer.class)
   @ApiModelProperty(value = "主键")
   @TableField("\"guid\"")
   @TableId(value = "\"guid\"",type = IdType.ASSIGN_ID)
   private String guid;
   /**
    * 名称
    */
   @ApiModelProperty(value = "名称")
   @TableField(value = "\"name\"",fill = FieldFill.UPDATE)
   private String name;
   /**
    * 数量
    */
   @ApiModelProperty(value = "数量")
   @TableField(value = "\"num\"",fill = FieldFill.UPDATE)
   private Integer num;
   /**
    * 水库编码
@@ -44,57 +57,78 @@
    * 洞(孔)身型式
    */
   @ApiModelProperty(value = "洞(孔)身型式")
   @TableField("\"spillway_type\"")
   private Integer spillwayType;
   @TableField(value = "\"spillway_type\"",fill = FieldFill.UPDATE)
   private String spillwayType;
   /**
    * 洞长
    */
   @ApiModelProperty(value = "洞长")
   @TableField("\"cove_length\"")
   @TableField(value = "\"cove_length\"",fill = FieldFill.UPDATE)
   private Double coveLength;
   /**
    * 进口底槛高程
    */
   @ApiModelProperty(value = "进口底槛高程")
   @TableField("\"threshold_elevation\"")
   @TableField(value = "\"threshold_elevation\"",fill = FieldFill.UPDATE)
   private Double thresholdElevation;
   /**
    * 出口底槛高程
    */
   @ApiModelProperty(value = "出口底槛高程")
   @TableField("\"export_elevation\"")
   @TableField(value = "\"export_elevation\"",fill = FieldFill.UPDATE)
   private Double exportElevation;
   /**
    * 断面尺寸
    * 断面(孔洞)数量
    */
   @ApiModelProperty(value = "断面尺寸")
   @TableField("\"section_size\"")
   private Double sectionSize;
   @ApiModelProperty(value = "断面(孔洞)数量")
   @TableField(value = "\"section_num\"",fill = FieldFill.UPDATE)
   private Integer sectionNum;
   /**
    * 断面(孔洞)长度
    */
   @ApiModelProperty(value = "断面(孔洞)长度")
   @TableField(value = "\"section_length\"",fill = FieldFill.UPDATE)
   private Double sectionLength;
   /**
    * 断面(孔洞)宽度/直径
    */
   @ApiModelProperty(value = "断面(孔洞)宽度/直径")
   @TableField(value = "\"section_wide\"",fill = FieldFill.UPDATE)
   private Double sectionWide;
   /**
    * 最大泄洪流量
    */
   @ApiModelProperty(value = "最大泄洪流量 ")
   @TableField("\"check_fl_dis_charge\"")
   @TableField(value = "\"check_fl_dis_charge\"",fill = FieldFill.UPDATE)
   private Double checkFlDisCharge;
   /**
    * 工作闸门型式
    */
   @ApiModelProperty(value = "工作闸门型式 ")
   @TableField("\"working_gate_type\"")
   private Integer workingGateType;
   @TableField(value = "\"working_gate_type\"",fill = FieldFill.UPDATE)
   private String workingGateType;
   /**
    * 启闭方式
    */
   @ApiModelProperty(value = "启闭方式 ")
   @TableField("\"oc_type\"")
   private Double ocType;
   @TableField(value = "\"oc_type\"",fill = FieldFill.UPDATE)
   private String ocType;
   /**
    * 启闭动力
    */
   @ApiModelProperty(value = "启闭动力")
   @TableField(value = "\"oc_power\"",fill = FieldFill.UPDATE)
   private String ocPower;
   /**
    * 填报状态(0:填写中,1:审核中,2:审核通过)