mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 17:58:17 +08:00
update ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysMenu.java.
修改菜单排序字段的数据类型
This commit is contained in:
parent
e811e09770
commit
875a19f941
@ -46,7 +46,7 @@ public class SysMenu extends TreeEntity {
|
||||
*/
|
||||
@ApiModelProperty(value = "显示顺序")
|
||||
@NotBlank(message = "显示顺序不能为空")
|
||||
private String orderNum;
|
||||
private Integer orderNum;
|
||||
|
||||
/**
|
||||
* 路由地址
|
||||
|
||||
Loading…
Reference in New Issue
Block a user