feat: CRM 线索表 crud

This commit is contained in:
913752709@qq.com
2023-10-18 19:53:15 +08:00
parent b133acd8cd
commit a09ee495b6
20 changed files with 1065 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, "线索不存在");
}