update 调整菜单排序字段与数据库类型对应
This commit is contained in:
parent
a16ae7dadc
commit
a326e301f0
@ -45,7 +45,7 @@ public class SysMenu extends TreeEntity<SysMenu> {
|
|||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "显示顺序")
|
@ApiModelProperty(value = "显示顺序")
|
||||||
@NotNull(message = "显示顺序不能为空")
|
@NotNull(message = "显示顺序不能为空")
|
||||||
private Long orderNum;
|
private Integer orderNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 路由地址
|
* 路由地址
|
||||||
|
Loading…
x
Reference in New Issue
Block a user