feat:add multiple dept support
This commit is contained in:
parent
ffd55ab3ba
commit
43fb3d290f
@ -98,7 +98,7 @@ public class UserSaveReqVO {
|
||||
* 枚举 {@link com.ensign.crm.framework.common.enums.CrmFunctionEnum}
|
||||
*/
|
||||
@Schema(description = "CRM职能", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
|
||||
private Integer crmUserFunction;
|
||||
private String crmUserFunction;
|
||||
|
||||
@Schema(description = "用户部门拼接", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
|
||||
private String deptIdColl;
|
||||
|
@ -32,7 +32,7 @@ public class UserSimpleRespVO {
|
||||
* CRM职能
|
||||
* 枚举 {@link com.ensign.crm.framework.common.enums.CrmFunctionEnum}
|
||||
*/
|
||||
private Integer crmUserFunction;
|
||||
private String crmUserFunction;
|
||||
|
||||
@Schema(description = "多个部门ID拼接")
|
||||
private String deptIdColl;
|
||||
|
Loading…
Reference in New Issue
Block a user