xiaoyong931011
2023-10-09 2dab9941cb60285cbeff62d69a975a4c2eec9d11
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;
}