fix 87993 个人来款统计详情-导出-有以下问题

This commit is contained in:
lijiarao
2024-08-02 14:49:59 +08:00
parent 3dd1bf8e05
commit a7cc8e3f54
@@ -16,13 +16,20 @@ public class PrincipalPeopleDetail {
@ApiModelProperty(value = "项目id")
private String id;
@Excel(name = "来款项目", width = 15)
@ApiModelProperty(value = "来款项目")
private String projectName;
@Excel(name = "来款企业", width = 15)
@ApiModelProperty(value = "来款企业")
private String chargeCompanyTemporaryName;
@Excel(name = "来款项目", width = 15)
@ApiModelProperty(value = "来款项目")
private String projectName;
@ApiModelProperty(value = "打包")
private Integer pack;
@Excel(name = "是否打包", width = 15)
@ApiModelProperty(value = "打包")
private String packText;
@Excel(name = "年度待确收金额", width = 15)
@ApiModelProperty(value = "合同金额")
@@ -40,13 +47,6 @@ public class PrincipalPeopleDetail {
@ApiModelProperty(value = "到账金额")
private String comeAllMoney;
@ApiModelProperty(value = "打包")
private Integer pack;
@Excel(name = "打包", width = 15)
@ApiModelProperty(value = "打包")
private String packText;
@ApiModelProperty(value = "来款用途编码")
private String chargeUse;