feat(param): 添加企业导入参数的Excel注解支持
- 为纳税人识别号字段添加Excel注解 - 为注册号字段添加Excel注解 - 为组织机构代码字段添加Excel注解 - 为参保人数字段添加Excel注解 - 为参保人数所属年报字段添加Excel注解 - 为营业期限字段添加Excel注解 - 为国标行业门类字段添加Excel注解 - 为国标行业大类字段添加Excel注解 - 为国标行业中类字段添加Excel注解 - 为国标行业小类字段添加Excel注解 - 为曾用名字段添加Excel注解 - 为英文名字段添加Excel注解 - 为通信地址字段添加Excel注解 - 为通信地址邮箱字段添加Excel注解 - 为注册地址邮编字段添加Excel注解 - 为电话字段添加Excel注解 - 新增更多电话字段并添加Excel注解 - 为企查查行业分类字段添加Excel注解 - 为类型字段添加Excel注解 - 为登记机关字段添加Excel注解 - 为纳税人资质字段添加Excel注解 - 为最新年报年份字段添加Excel注解 - 为最新年报营业收入字段添加Excel注解 - 为企业信用相关字段添加Excel注解
This commit is contained in:
@@ -61,7 +61,7 @@ public class CreditNearbyCompany implements Serializable {
|
|||||||
@Schema(description = "邮箱")
|
@Schema(description = "邮箱")
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
@Schema(description = "邮箱")
|
@Schema(description = "更多邮箱")
|
||||||
private String moreEmail;
|
private String moreEmail;
|
||||||
|
|
||||||
@Schema(description = "所在国家")
|
@Schema(description = "所在国家")
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ public class CreditNearbyCompanyImportParam implements Serializable {
|
|||||||
@Excel(name = "邮箱")
|
@Excel(name = "邮箱")
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
|
@Excel(name = "更多邮箱")
|
||||||
|
private String moreEmail;
|
||||||
|
|
||||||
@Excel(name = "所属省份")
|
@Excel(name = "所属省份")
|
||||||
private String province;
|
private String province;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user