src/main/java/org/springblade/modules/system/entity/User.java
@@ -150,6 +150,8 @@ * 入职时间 */ @ApiModelProperty(value = "入职时间") @JsonFormat(pattern = "yyyy-MM-dd",timezone = "GMT+8") @DateTimeFormat(pattern = "yyyy-MM-dd") private String rtime; private String hold; private String jurisdiction; @@ -209,6 +211,15 @@ * 是否缴纳保险 0:是 1:否 */ private Integer insurance; private String guncode; /** * 审查时间 */ @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; }