|
|
@@ -70,18 +70,6 @@ public class SysUserJzgInfo extends BaseModel implements Serializable {
|
|
|
@Schema(description = "审批意见")
|
|
|
private String approvalOpinion;
|
|
|
|
|
|
-// @TableField(value = "identity")
|
|
|
-// @Schema(description = "身份证号")
|
|
|
-// private String identity;
|
|
|
-//
|
|
|
-// @TableField(value = "identity_time_start")
|
|
|
-// @Schema(description = "身份证有效期起期")
|
|
|
-// private String identityTimeStart;
|
|
|
-//
|
|
|
-// @TableField(value = "identity_time_end")
|
|
|
-// @Schema(description = "身份证有效期止期")
|
|
|
-// private String identityTimeEnd;
|
|
|
-
|
|
|
@TableField(value = "logout_time")
|
|
|
@Schema(description = "离职时间")
|
|
|
private String logoutTime;
|
|
|
@@ -314,6 +302,19 @@ public class SysUserJzgInfo extends BaseModel implements Serializable {
|
|
|
@Schema(description = "银行卡名称")
|
|
|
private String bankName;
|
|
|
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ @Schema(description = "身份证号")
|
|
|
+ private String identity;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ @Schema(description = "身份证有效期起期")
|
|
|
+ private String identityTimeStart;
|
|
|
+
|
|
|
+ @TableField(exist = false)
|
|
|
+ @Schema(description = "身份证有效期止期")
|
|
|
+ private String identityTimeEnd;
|
|
|
+
|
|
|
public SysUserJzgInfo(String userName, SysUser user, String systemCode, String deptId){
|
|
|
this.userId = user.getId();
|
|
|
//默认添加管理员账户
|