he2802 1 年之前
父節點
當前提交
6933371ea5

+ 7 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/order/vo/OrderListExportVo.java

@@ -57,6 +57,13 @@ public class OrderListExportVo {
     @ApiModelProperty("订单价格")
     private BigDecimal orderPrice;
 
+    /**
+     * 商品名称
+     */
+    @Excel(name = "商品名称")
+    @ApiModelProperty("商品名称")
+    private String goodsName;
+
     /**
      * 支付时间
      */