|
@@ -83,9 +83,9 @@ public class QyRecord {
|
|
private String companyLinkMan;
|
|
private String companyLinkMan;
|
|
|
|
|
|
/** 联系人 */
|
|
/** 联系人 */
|
|
- @Schema(description = "联系人")
|
|
|
|
|
|
+ @Schema(description = "联系人电话")
|
|
@ColumnWidth(12)
|
|
@ColumnWidth(12)
|
|
- @ExcelProperty(index = 8,value = "联系人")
|
|
|
|
|
|
+ @ExcelProperty(index = 8,value = "联系人电话")
|
|
private String companyLinkPhone;
|
|
private String companyLinkPhone;
|
|
|
|
|
|
/** 企业类型 */
|
|
/** 企业类型 */
|