|
@@ -36,7 +36,6 @@ public class ProductSpuSaveReqVO {
|
|
|
private Long categoryId;
|
|
|
|
|
|
@Schema(description = "商品品牌编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1")
|
|
|
- @NotNull(message = "商品品牌不能为空")
|
|
|
private Long brandId;
|
|
|
|
|
|
@Schema(description = "商品封面图", requiredMode = Schema.RequiredMode.REQUIRED, example = "https://www.zhongxing.cn/xx.png")
|