wip: style-fix

This commit is contained in:
dhb52
2024-01-15 22:47:46 +08:00
parent 4bd97c4baf
commit 08e23a7dc4
2 changed files with 5 additions and 9 deletions

View File

@ -85,6 +85,6 @@ public interface ErrorCodeConstants {
ErrorCode FOLLOW_UP_RECORD_NOT_EXISTS = new ErrorCode(1_020_013_000, "跟进记录不存在");
// ========== 待办消息 1_020_014_000 ==========
ErrorCode BACKLOG_CONTACT_STATUS_ERROR = new ErrorCode(1_020_014_000, "客户联系状态有误");
ErrorCode BACKLOG_CONTACT_STATUS_INVALID = new ErrorCode(1_020_014_000, "客户联系状态有误");
}