tangzy
2021-08-27 03b5cb36312b2cc4fadf5cc8b4a47b8616e464b6
src/main/java/org/springblade/modules/system/entity/User.java
@@ -183,5 +183,13 @@
    */
   private String healstats;
   /**
    * 发证日期(保安证)
    */
   @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   @TableField("paper_time")
   private Date paperTime;
}