|
@ -162,4 +162,12 @@ public class SysDeptDTO extends TreeNode implements Serializable { |
|
|
public void setPid(Long pid) { |
|
|
public void setPid(Long pid) { |
|
|
this.pid = pid; |
|
|
this.pid = pid; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public String getParentAreaCode() { |
|
|
|
|
|
return parentAreaCode; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void setParentAreaCode(String parentAreaCode) { |
|
|
|
|
|
this.parentAreaCode = parentAreaCode; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|