KKSU
2024-02-27 9fb1a68d11a8928f2ba602dd68dc00d19ca7429f
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;
@@ -84,4 +86,13 @@
    private Integer hasCarriage;
    private BigDecimal carriage;
    private BigDecimal star;
    /**
     * 排序位置
     */
    private Integer sortCnt;
    /**
     * 积分兑换比例
     */
    private Integer scorePercent;
}