This commit is contained in:
admin
2024-06-09 15:37:25 +08:00
parent 8608663861
commit 19c0efb16d
4 changed files with 18 additions and 1 deletions

View File

@@ -125,6 +125,11 @@ public class PlayClerkUserLoginResponseVo {
*/
private boolean clerkAllowEdit = true;
/**
* 在职状态1在职0离职
*/
private String onboardingState = "1";
/**
* 服务项目
*/

View File

@@ -54,6 +54,11 @@ public class PlayClerkUserInfoQueryVo extends BasePageEntity {
*/
private String clerkState = "1";
/**
* 在职状态1在职0离职
*/
private String onboardingState = "1";
/**
* 手机号码
*/