部门查询添加排序字段

This commit is contained in:
2022-11-10 12:49:10 +08:00
parent 3eff054c3e
commit cc8979d589
3 changed files with 7 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ public class DeptDTO implements Serializable {
private String remark;
private Integer sort;
/**
* 部门类型 0-非自定义1-web自定义2-App自定义3-web测试
*/