全技术栈企业级性能调优万花筒
v: ititit111222333
/**
* 企业类型
*/
@ApiModelProperty(value = "企业类型")
private String companyOrgType;
/**
* 法人
*/
@ApiModelProperty(value = "法人")
private String legalPersonName;
/**
* 法人类型,1 人 2 公司
*/
@ApiModelProperty(value = "法人类型,1 人 2 公司")
private String type;