修正部门排序字段错误

This commit is contained in:
dataprince 2024-01-09 20:47:05 +08:00
parent f72cfbcb3b
commit 578e2ae583
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -35,7 +35,7 @@ public class SysDept extends BaseEntity
private String deptName;
/** 显示顺序 */
private String orderNum;
private Integer orderNum;
/** 负责人 */
private String leader;