添加 serviceImpl.vm 的模板

This commit is contained in:
YunaiV
2021-02-07 00:34:54 +08:00
parent 5442f6522e
commit 59be930f2e
7 changed files with 143 additions and 117 deletions

View File

@@ -75,4 +75,7 @@ public interface SysErrorCodeConstants {
// ========== 文件 1002009000 ==========
ErrorCode FILE_PATH_EXISTS = new ErrorCode(1002009001, "文件路径已经存在");
// ========== 字典类型(测试) 1002010000 ==========
ErrorCode TEST_DEMO_NOT_EXISTS = new ErrorCode(1002010000, "字典类型不存在}");
}