feat:add multiple dept support

This commit is contained in:
zzs 2024-12-26 15:52:47 +08:00
parent ffd55ab3ba
commit 43fb3d290f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;