Commit 2be37e53 by ping.wu

Merge branches 'develop' and 'feature/20200721_麦咖啡购物车_wuping' of…

Merge branches 'develop' and 'feature/20200721_麦咖啡购物车_wuping' of http://gitlab.freemud.com/order-group-application/order-group into develop
parents 0cc92a5d 7f9166b8
...@@ -42,7 +42,7 @@ public class MCoffeeAddGoodsRequestVo { ...@@ -42,7 +42,7 @@ public class MCoffeeAddGoodsRequestVo {
* 门店Id * 门店Id
* 商城没有门店id,如果需要门店id必传在业务中进行校验 * 商城没有门店id,如果需要门店id必传在业务中进行校验
*/ */
//@NotEmpty(message = "shopId不能为空") // @NotEmpty(message = "shopId不能为空")
private String shopId; private String shopId;
/** /**
...@@ -55,6 +55,7 @@ public class MCoffeeAddGoodsRequestVo { ...@@ -55,6 +55,7 @@ public class MCoffeeAddGoodsRequestVo {
*/ */
private String channelType; private String channelType;
@NotEmpty(message = "spuId不能为空")
private String spuId; private String spuId;
private String skuId; private String skuId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment