1. admin-web 接入新的登陆接入

This commit is contained in:
YunaiV
2020-04-26 19:52:14 +08:00
parent eb86ae7cbc
commit 18180b3a01
12 changed files with 45 additions and 9 deletions

View File

@@ -27,5 +27,11 @@ public class RoleDO extends DeletableDO {
* 角色编码
*/
private String code;
/**
* 角色类型
*
* TODO 需要补充
*/
private Integer type;
}