xuhy
2024-12-20 cf7740957f2b859e541116f2f4603beff8a0c832
ruoyi-system/src/main/java/com/ruoyi/system/export/TOrderStockExportExcel.java
@@ -23,7 +23,7 @@
    @ExcelCollection(name = "菜品明细")
    private List<TOrderStockGoods> orderStockGoods;
    @Excel(width = 30,name = "商品总价",needMerge = true)
    private BigDecimal goodsAmount;
    @Excel(width = 30,name = "商品总价",needMerge = true,isStatistics = true)
    private BigDecimal stockTotalPrice;
}