mirror of https://gitee.com/stylefeng/roses
【8.1.7】【menu】菜单请求参数增加视图id的维护
parent
9fbe860bb6
commit
dfbbf2154b
|
@ -131,6 +131,12 @@ public class SysMenuRequest extends BaseRequest {
|
||||||
@ChineseDescription("应用设计的业务id")
|
@ChineseDescription("应用设计的业务id")
|
||||||
private Long appDesignBusinessId;
|
private Long appDesignBusinessId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 应用设计的视图id
|
||||||
|
*/
|
||||||
|
@ChineseDescription("应用设计的视图id")
|
||||||
|
private Long appDesignViewId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 指定应用的所有菜单集合(树结构)
|
* 指定应用的所有菜单集合(树结构)
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue