crm联系人

This commit is contained in:
zyna
2023-10-20 23:42:22 +08:00
parent 439edcd1be
commit e4943f0dfa
16 changed files with 739 additions and 1 deletions

View File

@ -14,5 +14,6 @@ public interface ErrorCodeConstants {
// TODO @wanwan要单独一个分段噢
ErrorCode CLUE_NOT_EXISTS = new ErrorCode(1_020_000_001, "线索不存在");
ErrorCode CONTACT_NOT_EXISTS = new ErrorCode(1_020_000_002, "线索不存在");
}