xiaoyong931011
2022-08-10 4346afa63c92d7381cf5314b1c279202a305f8d1
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;
}