xiaoyong931011
2023-07-15 ce983cb64cd6d7c90b05583425717908c6743b51
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;
}