智慧保安后台管理-外网-验收版本
Administrator
2021-09-13 0d99d26f39e055ee17fdbf2c5cbd1daf695c4310
src/main/java/org/springblade/modules/record/entity/Record.java
@@ -63,7 +63,6 @@
    * 成立日期
    */
   @ApiModelProperty(value = "注册时间")
   @TableField("establishTime")
   @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date establishtime;
@@ -154,12 +153,18 @@
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date permitime;
   private String reason;
   private String examinetime;
   private String approve;
   private String cardid;
   private String representativecell;
   private String contacts;
   private String contactscell;
   private String storage;
   private String jurisdiction;
   @ApiModelProperty(value = "审批时间")
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private Date overtime;
}