技术监督管理

This commit is contained in:
2023-06-27 16:47:16 +08:00
parent 916b68d307
commit aca47f35ff
19 changed files with 812 additions and 39 deletions

View File

@@ -26,6 +26,13 @@ public class DeptGetBase implements Serializable {
*/
private String unitName;
/**
* 部门层级 1.全国 2.省级 3.市级 4.县级 (具体根据单位层级调整)
* @author cdf
* @date 2023/6/26
*/
private Integer deptLevel;
/**
* 所有子级单位索引
*/