修改代码生成模板.

This commit is contained in:
lijiahang
2023-08-15 18:36:04 +08:00
parent 4facfc66cd
commit bc163d786a
12 changed files with 87 additions and 39 deletions

View File

@@ -43,4 +43,6 @@ public interface ErrorMessage {
String USER_ABSENT = "用户不存在";
String UNABLE_OPERATE_ADMIN_ROLE = "无法操作管理员账号";
}