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; }