KKSU
2024-06-05 075a161e1fa9575f12f3d6adb38cf7272eb159e9
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;
}