xiaoyong931011
2023-03-17 2cb25f9207a432a01b72b32b3b5ab8fc7e00da5a
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;
}