tangzy
2021-11-05 98f8d438a976d73e7c4f6434efc8867ebe2a07a5
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;
}