用户添加是否流动人员标志

main
zhaokai 2025-12-02 10:15:35 +08:00
parent 2bc55c2e2f
commit d028887a3c
6 changed files with 17 additions and 1 deletions

View File

@ -126,5 +126,9 @@ public class UserAddCmd extends Command {
@ApiModelProperty(value = "岗位名称")
private String postName;
// 入职状态
@ApiModelProperty(value = "是否流动人员1-流动0-固定人员")
private Integer flowFlag;
}

View File

@ -87,5 +87,6 @@ public class UserUpdateCmd extends Command {
private String politicalAffiliation;
@ApiModelProperty(value = "政治面貌名称", name = "politicalAffiliationName")
private String politicalAffiliationName;
}

View File

@ -132,5 +132,9 @@ public class UserXgfAddCmd extends Command {
private String departmentName;
@ApiModelProperty(value = "岗位名称")
private String postName;
// 入职状态
@ApiModelProperty(value = "是否流动人员1-流动0-固定人员")
private Integer flowFlag;
}

View File

@ -171,7 +171,9 @@ public class UserCO extends ClientObject {
// 入职状态
@ApiModelProperty(value = "入职状态 1-在职 0-离职")
private Integer employmentFlag;
// 入职状态
@ApiModelProperty(value = "是否流动人员1-流动0-固定人员")
private Integer flowFlag;
// 年龄
@ApiModelProperty(value = "年龄")

View File

@ -135,6 +135,8 @@ public class UserE extends BaseE {
private String newPassword;
// 入职状态
private Integer employmentFlag;
// 入职状态
private Integer flowFlag;
// 父级租户id
private final Long parentTenantId = 1989259383784415232L;
// 默认密码

View File

@ -125,6 +125,9 @@ public class UserDO extends BaseDO {
// 入职状态
@ApiModelProperty(value = "入职状态")
private Integer employmentFlag;
// 入职状态
@ApiModelProperty(value = "是否流动人员1-流动0-固定人员")
private Integer flowFlag;
//密码