1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-24 02:20:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

文件关联书籍功能完成

This commit is contained in:
2022-04-23 10:16:05 +08:00
parent 4bf2d6ed9a
commit 7c452b851d
8 changed files with 293 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ public enum BusinessErrorCode implements CommonError {
// 60000开头为文件、文件对象相关错误定义
FILE_ALREADY_EXIST(60001, "文件已存在"),
FILE_NOT_EXIST(60002, "文件不存在"),
// 占位
PLACE_HOLDER(99999, "这是一个占位符错误");