xiaoyong931011
2023-10-26 58f480d4e4b0e79722a3b6ac20f3b259c410c2d0
src/main/java/cc/mrbird/febs/mall/vo/OrderItemVo.java
@@ -38,4 +38,7 @@
    @ApiModelProperty(value = "1-普通商品 2-套餐")
    private Integer isNormal;
    @ApiModelProperty(value = "商品ID")
    private Long goodsId;
}