fix
This commit is contained in:
@@ -125,6 +125,11 @@ public class PlayClerkUserLoginResponseVo {
|
||||
*/
|
||||
private boolean clerkAllowEdit = true;
|
||||
|
||||
/**
|
||||
* 在职状态(1:在职,0:离职)
|
||||
*/
|
||||
private String onboardingState = "1";
|
||||
|
||||
/**
|
||||
* 服务项目
|
||||
*/
|
||||
|
||||
@@ -54,6 +54,11 @@ public class PlayClerkUserInfoQueryVo extends BasePageEntity {
|
||||
*/
|
||||
private String clerkState = "1";
|
||||
|
||||
/**
|
||||
* 在职状态(1:在职,0:离职)
|
||||
*/
|
||||
private String onboardingState = "1";
|
||||
|
||||
/**
|
||||
* 手机号码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user