|
@@ -62,15 +62,15 @@ public class UmsCompanyInfoExcel extends BaseRowModel {
|
|
|
private String compUrl;
|
|
|
|
|
|
@ApiModelProperty(value = "生产许可证号")
|
|
|
- @ExcelProperty(value = "生产许可证号",index = 12)
|
|
|
+ @ExcelProperty(value = "生产许可证号")
|
|
|
private String compProdLicenseNum;
|
|
|
|
|
|
@ApiModelProperty(value = "经营许可证号")
|
|
|
- @ExcelProperty(value = "经营许可证号",index = 13)
|
|
|
+ @ExcelProperty(value = "经营许可证号")
|
|
|
private String compManageLicenseNum;
|
|
|
|
|
|
@ApiModelProperty(value = "社会信用代码")
|
|
|
- @ExcelProperty(value = "社会信用代码",index = 14)
|
|
|
+ @ExcelProperty(value = "社会信用代码")
|
|
|
private String compSocialCode;
|
|
|
|
|
|
|