mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-19 01:36:39 +08:00
update 调整菜单排序字段与数据库类型对应
This commit is contained in:
parent
a326e301f0
commit
76b859f6ba
@ -47,7 +47,7 @@ public class SysDept extends TreeEntity<SysDept> {
|
|||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "显示顺序")
|
@ApiModelProperty(value = "显示顺序")
|
||||||
@NotNull(message = "显示顺序不能为空")
|
@NotNull(message = "显示顺序不能为空")
|
||||||
private Long orderNum;
|
private Integer orderNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 负责人
|
* 负责人
|
||||||
|
Loading…
Reference in New Issue
Block a user