KKSU
2024-03-18 57ac3a35ac056f0a09d8a013e8f3da2ecfe8a7c6
src/main/java/cc/mrbird/febs/mall/dto/MallGoodsUpdateDto.java
@@ -21,6 +21,8 @@
    private String thumbs;
    private String goodsParameter;
    private String goodsIntrodution;
    private String unit;
@@ -80,4 +82,17 @@
    private Integer goodsType;
    private List<Long> delSkuId;
    private Integer hasCarriage;
    private BigDecimal carriage;
    private BigDecimal star;
    /**
     * 排序位置
     */
    private Integer sortCnt;
    /**
     * 积分兑换比例
     */
    private Integer scorePercent;
}