feat(app-versions): 新增App版本管理功能模块

This commit is contained in:
2026-03-04 16:35:59 +08:00
parent 6eec62ca83
commit 5c191740e9
10 changed files with 623 additions and 0 deletions

View File

@@ -96,4 +96,5 @@ public interface ErrorCodeConstants {
ErrorCode TENANT_COMMISSION_NOT_EXISTS = new ErrorCode(1_001_202_022, "租户内购分成记录不存在");
ErrorCode AI_COMPANION_NOT_EXISTS = new ErrorCode(1_001_202_023, "AI陪聊角色表用于定义恋爱/陪伴型虚拟角色的基础信息与人设不存在");
ErrorCode WARNING_MESSAGE_NOT_EXISTS = new ErrorCode(1_001_202_024, "用户注销提示信息不存在");
ErrorCode APP_VERSIONS_NOT_EXISTS = new ErrorCode(1_001_202_025, "App 版本发布与更新检查表信息不存在");
}