Pu Zhibing
2025-04-11 f62b8d5fc74db2391c7769e024e65c2bb51ac6bc
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/vo/ConfirmOrder.java
@@ -21,4 +21,6 @@
   private Integer shopId;
   @ApiModelProperty(value = "商品类型(1=服务商品,2=单品商品)", required = true)
   private Integer type;
   @ApiModelProperty("优惠券id")
   private Long couponId;
}