添加认证/权限接口.

This commit is contained in:
lijiahang
2023-07-17 10:27:53 +08:00
parent 90b9dba7ed
commit 90bf59135f
19 changed files with 437 additions and 96 deletions

View File

@@ -13,8 +13,14 @@ public interface ErrorMessage {
String ID_MISSING = "id 不能为空";
String INVALID_PARAM = "参数错误";
String DATA_PRESENT = "数据已存在";
String NAME_PRESENT = "名称已存在";
String CODE_PRESENT = "编码已存在";
String DATA_ABSENT = "数据不存在";
String USERNAME_PASSWORD_ERROR = "用户名或密码错误";