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;