update 调整菜单排序字段与数据库类型对应

This commit is contained in:
疯狂的狮子li 2022-03-17 12:42:49 +08:00
parent a326e301f0
commit 76b859f6ba

View File

@ -47,7 +47,7 @@ public class SysDept extends TreeEntity<SysDept> {
*/
@ApiModelProperty(value = "显示顺序")
@NotNull(message = "显示顺序不能为空")
private Long orderNum;
private Integer orderNum;
/**
* 负责人