fix 87938 企业来款详情导出 表头
This commit is contained in:
+8
-6
@@ -18,12 +18,16 @@ public class CompanyComeMoneyDetail {
|
||||
@ApiModelProperty(value = "来款项目")
|
||||
private String projectName;
|
||||
|
||||
@Excel(name = "年度待确收金额", width = 15)
|
||||
@Excel(name = "来款企业", width = 15)
|
||||
@ApiModelProperty(value = "来款企业")
|
||||
private String chargeCompanyName;
|
||||
|
||||
@Excel(name = "合同金额", width = 15)
|
||||
@ApiModelProperty(value = "合同金额")
|
||||
@Excel(name = "是否打包")
|
||||
@ApiModelProperty(value = "打包")
|
||||
private String packText;
|
||||
|
||||
@Excel(name = "年度待确收金额", width = 15)
|
||||
@ApiModelProperty(value = "年度待确收金额")
|
||||
private String allMoney;
|
||||
|
||||
@Excel(name = "确认收入金额", width = 15)
|
||||
@@ -44,9 +48,7 @@ public class CompanyComeMoneyDetail {
|
||||
@ApiModelProperty(value = "打包")
|
||||
private Integer pack;
|
||||
|
||||
@Excel(name = "打包")
|
||||
@ApiModelProperty(value = "打包")
|
||||
private String packText;
|
||||
|
||||
|
||||
@Excel(name = "来款用途")
|
||||
@ApiModelProperty(value = "来款用途")
|
||||
|
||||
Reference in New Issue
Block a user