From a19044397c252c3cba5fa65eab0aa85337771366 Mon Sep 17 00:00:00 2001 From: Hentua <wangdoubleone@gmail.com> Date: Sun, 11 Jun 2023 11:31:53 +0800 Subject: [PATCH] Merge branch 'meiye_mall' of http://120.27.238.55:7000/r/xc-mall into meiye_mall --- src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java b/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java index 308ab52..bb9dbf5 100644 --- a/src/main/java/cc/mrbird/febs/mall/dto/AddMallGoodsSkuDto.java +++ b/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; + } -- Gitblit v1.9.1