限值提交
This commit is contained in:
@@ -16,10 +16,19 @@ public class DeptGetBase implements Serializable {
|
|||||||
|
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 单位索引
|
||||||
|
*/
|
||||||
private String unitId;
|
private String unitId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 单位名称
|
||||||
|
*/
|
||||||
private String unitName;
|
private String unitName;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 所有子级单位索引
|
||||||
|
*/
|
||||||
private List<String> unitChildrenList;
|
private List<String> unitChildrenList;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user