zhongrj
2023-08-22 631201a2904ef293a7fdb991e5e97e52d7ace48f
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/entity/TbAttResProjectUtilize.java
@@ -54,8 +54,8 @@
    */
   @ApiModelProperty(value = "最高水位发生日期")
   @TableField("\"res_max_stag_date\"")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date resMaxStagDate;
   /**
@@ -70,8 +70,8 @@
    */
   @ApiModelProperty(value = "最低水位发生日期")
   @TableField("\"res_min_stag_date\"")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date resMinStagDate;
   /**
@@ -86,8 +86,8 @@
    */
   @ApiModelProperty(value = "水库最大入库流量发生日期 ")
   @TableField("\"res_max_in_flow_date\"")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date resMaxInFlowDate;
   /**
@@ -102,8 +102,8 @@
    */
   @ApiModelProperty(value = "水库最大出库流量发生日期 ")
   @TableField("\"res_max_out_flow_date\"")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @JsonFormat(pattern = "yyyy-MM-dd")
   private Date resMaxOutFlowDate;
   /**