feat:新增门户管理功能

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

View File

@@ -212,4 +212,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, "门户不存在");
}