guoshilong
2023-09-11 b6a42ed2c7bb93651a9a026afb3ee83449ed8256
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbAttResInformationProject.java
@@ -64,18 +64,18 @@
   private String isRsvr;
   /**
    * 是否有大坝安全监测水平位移
    * 是否有大坝安全监测位移
    */
   @ApiModelProperty(value = "是否有大坝安全监测水平位移")
   @ApiModelProperty(value = "是否有大坝安全监测位移")
   @TableField("\"is_gnss_horizontal\"")
   private String isGnssHorizontal;
   /**
    * 是否有大坝安全监测垂直位移
    */
   @ApiModelProperty(value = "是否有大坝安全监测垂直位移")
   @TableField("\"is_gnss_vertical\"")
   private String isGnssVertical;
//
//   /**
//    * 是否有大坝安全监测垂直位移
//    */
//   @ApiModelProperty(value = "是否有大坝安全监测垂直位移")
//   @TableField("\"is_gnss_vertical\"")
//   private String isGnssVertical;
   /**
    * 是否有大坝安全监测渗透压力
@@ -107,19 +107,19 @@
   private String isTermites;
   /**
    * 填报状态(0:填写中,1:审核中,2:审核通过)
    * 填报状态(0:未完成 2:已完成)
    */
   @ApiModelProperty(value = "填报状态(0:填写中,1:审核中,2:审核通过) ")
   @ApiModelProperty(value = "填报状态(0:未完成 2:已完成) ")
   @TableField("\"check_state\"")
   @JsonSerialize(using = ToStringSerializer.class)
   private Integer checkState;
   /**
    * 审核记录
    */
   @ApiModelProperty(value = "审核记录 ")
   @TableField("\"check_log\"")
   private String checkLog;
//
//   /**
//    * 审核记录
//    */
//   @ApiModelProperty(value = "审核记录 ")
//   @TableField("\"check_log\"")
//   private String checkLog;
   /**
    * 创建时间
@@ -129,12 +129,12 @@
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date createTime;
   /**
    * 操作记录
    */
   @ApiModelProperty(value = "操作记录 ")
   @TableField("\"log\"")
   private String log;
//
//   /**
//    * 操作记录
//    */
//   @ApiModelProperty(value = "操作记录 ")
//   @TableField("\"log\"")
//   private String log;
}