This commit is contained in:
zt
2025-03-24 15:18:43 +08:00
parent 950ca784ef
commit 426e5273cd
11 changed files with 140 additions and 42 deletions

View File

@ -78,4 +78,11 @@ public class WgzAppPersonalBasicInformationRes implements Serializable {
@ApiModelProperty("是否被选择")
private Boolean isChoose;
@ApiModelProperty("工作状态")
private String workStatus;
@ApiModelProperty("是否工资结清")
private Boolean isPay;
}