区域树

This commit is contained in:
sxu 2025-04-27 18:03:17 +08:00
parent d5d9fd4132
commit 08179ce4c3
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ public class TreeSelect implements Serializable {
} }
public TreeSelect(AllocArea area) { public TreeSelect(AllocArea area) {
this.parentId = area.getParentId();
this.id = area.getAreaId(); this.id = area.getAreaId();
this.label = area.getAreaName(); this.label = area.getAreaName();
this.status = area.getDelFlag(); this.status = area.getDelFlag();