crm联系人review修改,新增地区字段

This commit is contained in:
zyna
2023-11-26 22:00:14 +08:00
committed by YunaiV
parent 4a51b20155
commit 3f3899f5d3
19 changed files with 338 additions and 255 deletions

View File

@ -0,0 +1,5 @@
package cn.iocoder.yudao.module.crm.enums.contact;
public class ContactConstants {
public static final String MULTIPLE_SPLIT = ",";
}