From 056a28aee1653f16f07679a8b7a0927e1080d3bd Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 6 May 2026 11:51:01 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=96=B0=E5=A2=9E=E4=B8=8A=E7=BA=A7?= =?UTF-8?q?=E5=8D=95=E4=BD=8DID=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/gxwebsoft/oa/entity/OaCompany.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/java/com/gxwebsoft/oa/entity/OaCompany.java b/src/main/java/com/gxwebsoft/oa/entity/OaCompany.java index d0a41ac..e42415e 100644 --- a/src/main/java/com/gxwebsoft/oa/entity/OaCompany.java +++ b/src/main/java/com/gxwebsoft/oa/entity/OaCompany.java @@ -45,6 +45,9 @@ public class OaCompany implements Serializable { @Schema(description = "上级单位/集团公司/归属单位") private String parentCompany; + @Schema(description = "上级单位/集团公司/归属单位ID") + private Integer parentCompanyId; + @Schema(description = "类型 10企业 20政府单位") private String companyType;