|
@@ -43,7 +43,7 @@ public class BizArchiveInput extends BaseEntity {
|
|
private Long fromId;
|
|
private Long fromId;
|
|
|
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
- @Excel(name = "客户名称",width = 30, sort = 1)
|
|
|
|
|
|
+ @Excel(name = "客户名称",width = 45, sort = 1)
|
|
private String companyName;
|
|
private String companyName;
|
|
|
|
|
|
@TableField(exist = false)
|
|
@TableField(exist = false)
|
|
@@ -106,7 +106,7 @@ public class BizArchiveInput extends BaseEntity {
|
|
/**
|
|
/**
|
|
* 合同编号
|
|
* 合同编号
|
|
*/
|
|
*/
|
|
- @Excel(name = "合同编号")
|
|
|
|
|
|
+ @Excel(name = "合同编号",width = 35)
|
|
@ApiModelProperty(value = "合同编号")
|
|
@ApiModelProperty(value = "合同编号")
|
|
private String contractNo;
|
|
private String contractNo;
|
|
|
|
|