!775 crm联系人商机功能

Merge pull request !775 from zyna/feature/crm
This commit is contained in:
芋道源码
2023-12-06 05:57:51 +00:00
committed by Gitee
13 changed files with 489 additions and 1 deletions

View File

@ -23,6 +23,7 @@ public interface ErrorCodeConstants {
// ========== 联系人管理 1-020-003-000 ==========
ErrorCode CONTACT_NOT_EXISTS = new ErrorCode(1_020_003_000, "联系人不存在");
ErrorCode CONTACT_BUSINESS_LINK_NOT_EXISTS = new ErrorCode( 1_020_003_001, "联系人商机关联不存在");
// ========== 回款 1-020-004-000 ==========
ErrorCode RECEIVABLE_NOT_EXISTS = new ErrorCode(1_020_004_000, "回款不存在");