|
@@ -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)
|