智慧保安后台管理-验收版本
tangzy
2021-09-15 cc15fc622d4dd275ece6f3fc7fbf39d072664049
src/main/java/org/springblade/modules/system/entity/User.java
@@ -183,5 +183,17 @@
    */
   private String healstats;
   /**
    * 发证日期(保安证)
    */
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @TableField("paper_time")
   private Date paperTime;
   private String holdv;
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   private Date holdvtime;
}