diff --git a/pqs-device/common-device-biz/src/main/java/com/njcn/device/biz/pojo/dto/DeptGetBase.java b/pqs-device/common-device-biz/src/main/java/com/njcn/device/biz/pojo/dto/DeptGetBase.java index 0bbf95ecd..be242b28d 100644 --- a/pqs-device/common-device-biz/src/main/java/com/njcn/device/biz/pojo/dto/DeptGetBase.java +++ b/pqs-device/common-device-biz/src/main/java/com/njcn/device/biz/pojo/dto/DeptGetBase.java @@ -16,10 +16,19 @@ public class DeptGetBase implements Serializable { private static final long serialVersionUID = 1L; + /** + * 单位索引 + */ private String unitId; + /** + * 单位名称 + */ private String unitName; + /** + * 所有子级单位索引 + */ private List unitChildrenList; }