登录用户部门排序问题

This commit is contained in:
2023-04-28 16:00:35 +08:00
parent 0a2c90e354
commit 33c9678661
8 changed files with 66 additions and 65 deletions

View File

@@ -26,4 +26,6 @@ public class BaseVO implements Serializable {
@ApiModelProperty("父节点id")
private String pid;
private Integer sort;
}