报表导出

This commit is contained in:
shuo.wang
2025-05-16 18:18:50 +08:00
parent 74b3ba88b9
commit 3de0a3aef6
2 changed files with 27 additions and 2 deletions

View File

@@ -79,13 +79,18 @@ public class FranchiseReportResponse {
@ColumnWidth(20)
private BigDecimal loanMarginTotal = BigDecimal.ZERO;
@ApiModelProperty(value = "收款金额总计")
@ExcelProperty(value = "收款金额总计=加盟费+管理/品牌/设计费+保证金",order = 13)
@ColumnWidth(25)
private BigDecimal total = BigDecimal.ZERO;
@ApiModelProperty(value = "昨日日期")
@ExcelProperty(value = "昨日日期",order = 13)
@ExcelProperty(value = "昨日日期",order = 14)
@ColumnWidth(15)
private String yesterdayDate;
@ApiModelProperty(value = "昨天门店数")
@ExcelProperty(value = "昨天门店数",order = 14)
@ExcelProperty(value = "昨天门店数",order = 15)
@ColumnWidth(15)
private Integer yesterdayStoreNum = 0;
@ExcelIgnore