限值提交

This commit is contained in:
2023-05-16 11:21:12 +08:00
parent 543daa0a39
commit d79c333d75

View File

@@ -16,10 +16,19 @@ public class DeptGetBase implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 单位索引
*/
private String unitId;
/**
* 单位名称
*/
private String unitName;
/**
* 所有子级单位索引
*/
private List<String> unitChildrenList;
}