移除 admin-web 项目,迁移到单独的工程
This commit is contained in:
@@ -49,6 +49,10 @@ public class ResourceCreateDTO implements Serializable {
|
||||
* 菜单图标
|
||||
*/
|
||||
private String icon;
|
||||
/**
|
||||
* 前端界面
|
||||
*/
|
||||
private String view;
|
||||
|
||||
/**
|
||||
* 创建管理员编号
|
||||
|
||||
@@ -54,5 +54,9 @@ public class ResourceUpdateDTO implements Serializable {
|
||||
* 菜单图标
|
||||
*/
|
||||
private String icon;
|
||||
/**
|
||||
* 前端界面
|
||||
*/
|
||||
private String view;
|
||||
|
||||
}
|
||||
|
||||
@@ -45,6 +45,10 @@ public class ResourceVO implements Serializable {
|
||||
* 菜单图标
|
||||
*/
|
||||
private String icon;
|
||||
/**
|
||||
* 前端界面
|
||||
*/
|
||||
private String view;
|
||||
/**
|
||||
* 添加时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user