src/main/java/org/springblade/modules/system/entity/User.java
@@ -183,7 +183,7 @@ private String examinationMx; /** * 是否采集指纹 * 指纹url */ private String fingerprint; @@ -198,7 +198,7 @@ private String dispatch; /** * 个人照片,电子照,用于展示保安证,准考证用 * 指纹特征 */ @TableField("my_picture") private String myPicture; @@ -247,4 +247,17 @@ * 是否缴纳保险 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; /** * 持枪编码 */ private String guncode; }