src/main/java/org/springblade/modules/system/entity/User.java
@@ -238,4 +238,23 @@ @TableField("reason_for_leav") private String reasonForLeav; private String holdv; @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") private Date holdvtime; /** * 是否缴纳保险 0:是 1:否 */ 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; }