feat:新增门户管理功能

This commit is contained in:
hewencai
2025-11-13 10:28:19 +08:00
parent 427c0bd6b1
commit 5e24c5a509
12 changed files with 817 additions and 0 deletions

View File

@@ -219,4 +219,7 @@ public interface ErrorCodeConstants {
// ========== 系统序列号记录 1-002-032-000 ==========
ErrorCode SEQUENCE_RECORD_NOT_EXISTS = new ErrorCode(1_002_032_000, "系统序列号记录不存在");
// ========== 门户网站 1-002-033-000 ==========
ErrorCode PORTAL_NOT_EXISTS = new ErrorCode(1_002_033_000, "门户不存在");
}