fix:导出确收率位置调整

This commit is contained in:
zhangqinlin
2022-07-13 10:23:37 +08:00
parent c370ad9935
commit fe25355cf6
2 changed files with 10 additions and 6 deletions
@@ -26,6 +26,10 @@ public class CompanyComeMoneyList {
@ApiModelProperty(value = "确认收入金额")
private String confirmAmount;
@Excel(name = "确收率", width = 15)
@ApiModelProperty(value = "确收率")
private String finishRate;
@Excel(name = "开票金额", width = 15)
@ApiModelProperty(value = "开票金额")
private String billMoney;
@@ -34,7 +38,5 @@ public class CompanyComeMoneyList {
@ApiModelProperty(value = "到账总金额")
private String comeAllMoney;
@Excel(name = "确收率", width = 15)
@ApiModelProperty(value = "确收率")
private String finishRate;
}
@@ -22,6 +22,10 @@ public class DepartStatistics {
@ApiModelProperty(value = "确认收入金额")
private String confirmAmount;
@Excel(name = "确收率", width = 15)
@ApiModelProperty(value = "确收率")
private String finishRate;
@Excel(name = "开票金额", width = 15)
@ApiModelProperty(value = "开票金额")
private String billMoney;
@@ -30,9 +34,7 @@ public class DepartStatistics {
@ApiModelProperty(value = "到账总金额")
private String comeAllMoney;
@Excel(name = "确收率", width = 15)
@ApiModelProperty(value = "确收率")
private String finishRate;
}