Helius
2022-05-19 7e6bbd05a75b07cb0717812d0b51aad128361012
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;
}