修正部门排序字段错误
This commit is contained in:
parent
f72cfbcb3b
commit
578e2ae583
Binary file not shown.
@ -35,7 +35,7 @@ public class SysDept extends BaseEntity
|
||||
private String deptName;
|
||||
|
||||
/** 显示顺序 */
|
||||
private String orderNum;
|
||||
private Integer orderNum;
|
||||
|
||||
/** 负责人 */
|
||||
private String leader;
|
||||
|
Loading…
Reference in New Issue
Block a user