Helius
2022-05-27 34f2e2f4e3824d28a48924e01bdb9cd05412ba3b
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsDto.java
@@ -71,4 +71,9 @@
     * 是否普通商品 1-普通商品 2-套餐
     */
    private Integer isNormal;
    private BigDecimal score;
    private Integer goodsType;
}