1. 迁移角色相关逻辑

2. admin-web 接入角色新接口
This commit is contained in:
YunaiV
2020-04-29 21:57:09 +08:00
parent 0763551d6d
commit e4048f8716
36 changed files with 221 additions and 186 deletions

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
public final class CommonResult<T> implements Serializable {
public static Integer CODE_SUCCESS = 0;
private static Integer CODE_SUCCESS = 0;
/**
* 错误码
@@ -93,4 +93,5 @@ public final class CommonResult<T> implements Serializable {
", data=" + data +
'}';
}
}