文件记录分类-修改分类树权限

This commit is contained in:
YBP
2026-02-26 13:39:43 +08:00
parent 61ca2cc52e
commit 23b9cde54f
5 changed files with 128 additions and 37 deletions

View File

@@ -237,4 +237,6 @@ public interface ErrorCodeConstants {
ErrorCode RECORD_RECORD_NOT_EXISTS = new ErrorCode(1_032_350_000, "文件、模板、记录不存在");
ErrorCode RECORD_RELATION_NOT_EXISTS = new ErrorCode(1_032_350_000, "文件记录关系不存在");
ErrorCode RECORD_FILE_EXISTS = new ErrorCode(1_032_350_000, "文件记录目录存在文件");
ErrorCode RECORD_PERMISSION_NOT_ALLOW = new ErrorCode(1_032_350_401, "当前操作权限不允许");
ErrorCode RECORD_CATEGORY_NAME_EXISTS = new ErrorCode(1_032_350_400, "文件记录分类名称不能重复");
}