📖 CRM:code review 待办事项

This commit is contained in:
YunaiV
2024-01-22 12:23:24 +08:00
parent 422b19caf7
commit 206899bfc0
4 changed files with 25 additions and 24 deletions

View File

@ -87,6 +87,5 @@ public interface ErrorCodeConstants {
ErrorCode FOLLOW_UP_RECORD_DELETE_DENIED = new ErrorCode(1_020_013_001, "删除跟进记录失败,原因:没有权限");
// ========== 待办消息 1_020_014_000 ==========
ErrorCode BACKLOG_CONTACT_STATUS_INVALID = new ErrorCode(1_020_014_000, "客户联系状态有误");
}