智慧保安后台管理项目备份
Administrator
2021-09-18 3b1e22dc8460daafc2ecbae478ddcbe5ea21b944
src/main/java/org/springblade/modules/system/entity/User.java
@@ -212,5 +212,13 @@
    */
   private Integer insurance;
   /**
    * 审查时间
    */
   @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
   @TableField("audit_time")
   private Date auditTime;
}