|
|
|
@ -74,7 +74,7 @@ public class SysMenu extends BaseBean {
|
|
|
|
|
@Column(name="MENU_SORT")
|
|
|
|
|
@ApiParam(value ="资源排序", example = "0")
|
|
|
|
|
@AnnoOutputColumn(required = false)
|
|
|
|
|
private Integer menuSort;
|
|
|
|
|
private Integer menuSort = 0;
|
|
|
|
|
|
|
|
|
|
@Column(name="MENU_URL")
|
|
|
|
|
@ApiParam(value ="资源 url" , access ="资源 url")
|
|
|
|
|