1. 附件加密上传下载

2. 新增数据命名与简写标准管理菜单
This commit is contained in:
chenbowen
2025-07-22 19:36:46 +08:00
parent 8ab6cb4bae
commit af8f990cc8
11 changed files with 494 additions and 0 deletions

View File

@@ -176,4 +176,6 @@ public interface ErrorCodeConstants {
// ========== 用户与部门关系 1-002-029-000 ==========
ErrorCode USER_DEPT_NOT_EXISTS = new ErrorCode(1_002_029_000, "用户与部门关系不存在");
// ========== 数据命名与简写标准 ==========
ErrorCode STD_NMS_NOT_EXISTS = new ErrorCode(1_002_030_000, "数据命名与简写标准不存在");
}