From fe9a623b42b02e7fcd112f6a85d55b3beeb58d2e Mon Sep 17 00:00:00 2001 From: luoyisheng <yangdongji@argo-ai.cn> Date: 星期四, 27 三月 2025 17:51:45 +0800 Subject: [PATCH] bug --- medicalWaste-system/src/main/java/com/sinata/system/domain/vo/SysDepartmentVO.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/SysDepartmentVO.java b/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/SysDepartmentVO.java index ca726d6..f7f0330 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/SysDepartmentVO.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/domain/vo/SysDepartmentVO.java @@ -33,6 +33,9 @@ @ApiModelProperty("机构编码") private String orgCode; + @ApiModelProperty("层级关系") + private String relation; + @ApiModelProperty("子节点") private List<SysDepartmentVO> children = new ArrayList<>(); -- Gitblit v1.7.1