fix:导出确收率位置调整
This commit is contained in:
+5
-3
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
+5
-3
@@ -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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user