|
|
|
@ -38,10 +38,10 @@ public class CompanyTemplate extends BaseRowModel implements Serializable { |
|
|
|
|
@ExcelProperty(value = "注册时间(eg:2020-02-20)", index = 3) |
|
|
|
|
private Date registerTime; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "注册资金", index = 4) |
|
|
|
|
@ExcelProperty(value = "注册资金(万元)", index = 4) |
|
|
|
|
private String registeredCapital; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "员工人数", index = 5) |
|
|
|
|
@ExcelProperty(value = "员工人数(人)", index = 5) |
|
|
|
|
private String empNum; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "注册地址", index = 6) |
|
|
|
@ -67,7 +67,7 @@ public class CompanyTemplate extends BaseRowModel implements Serializable { |
|
|
|
|
@ExcelProperty(value = "法人-姓名", index = 12) |
|
|
|
|
private String legalName; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "法人-性别 1、男,0、女", index = 13) |
|
|
|
|
@ExcelProperty(value = "法人-性别 1:男,0:女", index = 13) |
|
|
|
|
private Integer legalGender; |
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "法人-身份证号", index = 14) |
|
|
|
|