智慧保安后台管理项目备份
zhongrj
2024-05-24 b5960d1968e007b91d4d33dd7cbb74f1b566f2c1
src/main/java/org/springblade/modules/permit/entity/Permit.java
@@ -64,12 +64,12 @@
    */
   @ApiModelProperty(value = "成立日期")
   @TableField("establishTime")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date establishtime;
   @ApiModelProperty(value = "提交时间")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date permitime;
   /**
@@ -141,5 +141,11 @@
   private String contacts;
   private String contactscell;
   private String approve;
   private String jurisdiction;
   @ApiModelProperty(value = "审批时间")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date overtime;
}