feat(tkdata): 新增客服信息管理模块

This commit is contained in:
2026-03-03 21:05:25 +08:00
parent 9a4faa65d6
commit b7b2a7e722
11 changed files with 461 additions and 0 deletions

View File

@@ -190,4 +190,7 @@ public interface ErrorCodeConstants {
// ========== 站内信发送 1-002-028-000 ==========
ErrorCode NOTIFY_SEND_TEMPLATE_PARAM_MISS = new ErrorCode(1_002_028_000, "模板参数({})缺失");
// ========== 客服信息 1-002-029-000 ==========
ErrorCode CUSTOM_SERVICE_INFO_NOT_EXISTS = new ErrorCode(1_002_029_001, "客服信息不存在");
}