区域树
This commit is contained in:
parent
d5d9fd4132
commit
08179ce4c3
|
|
@ -44,6 +44,7 @@ public class TreeSelect implements Serializable {
|
|||
}
|
||||
|
||||
public TreeSelect(AllocArea area) {
|
||||
this.parentId = area.getParentId();
|
||||
this.id = area.getAreaId();
|
||||
this.label = area.getAreaName();
|
||||
this.status = area.getDelFlag();
|
||||
|
|
|
|||
Loading…
Reference in New Issue