Compare commits

..

2 Commits

Author SHA1 Message Date
78069cb5e7 Merge remote-tracking branch 'origin/main' 2026-05-06 11:51:05 +08:00
056a28aee1 1、新增上级单位ID字段 2026-05-06 11:51:01 +08:00

View File

@@ -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;