KKSU
2024-02-27 59ced2bc629aa8bc66b34bdae543a2408b3e3614
src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java
@@ -9,6 +9,8 @@
@ApiModel(value = "AddMallGoodsSkuDto", description = "参数接收类")
public class AddMallGoodsSkuDto {
    private String styleName;
    private String skuName;
    private String skuImage;
@@ -21,4 +23,6 @@
    private String presentPrice;
    private BigDecimal costPrice;
}