台桌统计

This commit is contained in:
2025-11-25 18:24:51 +08:00
parent c366862327
commit 881f33ff2b
3 changed files with 45 additions and 79 deletions

View File

@@ -33,8 +33,8 @@ public class TableSummaryExportVo implements Serializable {
/**
* 台桌+日期
*/
@ExcelIgnore
private String tableConcatDate;
// @ExcelIgnore
// private String tableConcatDate;
/**
* 台桌
*/
@@ -80,27 +80,27 @@ public class TableSummaryExportVo implements Serializable {
/**
* 单价
*/
@ExcelProperty("单价")
@ColumnWidth(10)
private BigDecimal unitPrice;
/**
* 金额
*/
@ExcelProperty("金额")
@ColumnWidth(10)
private BigDecimal amount;
// @ExcelProperty("单价")
// @ColumnWidth(10)
// private BigDecimal unitPrice;
// /**
// * 金额
// */
// @ExcelProperty("金额")
// @ColumnWidth(10)
// private BigDecimal amount;
/**
* 销售额
*/
@ExcelProperty("销售额")
@ColumnWidth(10)
private BigDecimal salesAmount;
/**
* 总销售额
*/
@ExcelProperty("总销售额")
@ColumnWidth(15)
private BigDecimal totalSalesAmount;
// /**
// * 总销售额
// */
// @ExcelProperty("总销售额")
// @ColumnWidth(15)
// private BigDecimal totalSalesAmount;
/**
* 退单量
*/