瀏覽代碼

导出订单添加商品数量

ct 2 天之前
父節點
當前提交
3476fea0d4
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      fs-service/src/main/java/com/fs/his/vo/FsStoreOrderExportVO.java

+ 4 - 0
fs-service/src/main/java/com/fs/his/vo/FsStoreOrderExportVO.java

@@ -64,6 +64,10 @@ public class FsStoreOrderExportVO implements Serializable
     @Excel(name = "商品金额",cellType= Excel.ColumnType.NUMERIC)
     private BigDecimal totalPrice;
 
+    /** 商品数量 */
+    @Excel(name = "商品数量")
+    private Integer totalNum;
+
 
     /** 实际支付金额 */
     @Excel(name = "应付金额",cellType= Excel.ColumnType.NUMERIC)