!679 feat: CRM 线索表 crud

* feat: CRM 线索表 crud
* feat: CRM 线索表 crud
This commit is contained in:
wanwan
2023-10-19 14:52:16 +00:00
committed by 芋道源码
parent b133acd8cd
commit 48661f980c
20 changed files with 1066 additions and 3 deletions

View File

@ -12,4 +12,6 @@ public interface ErrorCodeConstants {
// ========== 合同管理 1-020-000-000 ==========
ErrorCode CONTRACT_NOT_EXISTS = new ErrorCode(1_020_000_000, "合同不存在");
ErrorCode CLUE_NOT_EXISTS = new ErrorCode(1_020_000_001, "线索不存在");
}