新增单位编号字段

This commit is contained in:
2026-04-30 22:18:31 +08:00
parent 2b780b4498
commit 58f2835f68

View File

@@ -39,6 +39,9 @@ public class OaCompany implements Serializable {
@Schema(description = "企业标识")
private String companyCode;
@Schema(description = "企业编号")
private String companyNo;
@Schema(description = "上级单位/集团公司/归属单位")
private String parentCompany;