1、新增单位编号字段
2、新增上级单位字段
This commit is contained in:
@@ -39,6 +39,12 @@ public class OaCompany implements Serializable {
|
|||||||
@Schema(description = "企业标识")
|
@Schema(description = "企业标识")
|
||||||
private String companyCode;
|
private String companyCode;
|
||||||
|
|
||||||
|
@Schema(description = "企业编号")
|
||||||
|
private String companyNo;
|
||||||
|
|
||||||
|
@Schema(description = "上级单位/集团公司/归属单位")
|
||||||
|
private String parentCompany;
|
||||||
|
|
||||||
@Schema(description = "类型 10企业 20政府单位")
|
@Schema(description = "类型 10企业 20政府单位")
|
||||||
private String companyType;
|
private String companyType;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user