master:管理员编辑推广,去掉推广的prodMaxNum限制;
parent
b93f8b24b9
commit
7cceb73a3a
|
|
@ -39,8 +39,7 @@ public class AdvertUpdateVO {
|
|||
@NotNull(message = "播放轮次展示类型不能为空!")
|
||||
@ApiModelProperty(value = "播放轮次展示类型 1 时间范围or 2位置枚举", required = true)
|
||||
private Integer showType;
|
||||
@NotNull(message = "prodMaxNum不能为空!")
|
||||
@ApiModelProperty(value = "播放商品,或者图及商品 最多可容纳的商品数量", required = true)
|
||||
@ApiModelProperty(value = "播放商品,或者图及商品 最多可容纳的商品数量")
|
||||
private Integer prodMaxNum;
|
||||
@NotNull(message = "展示类型不能为空!")
|
||||
@ApiModelProperty(value = "展示类型 1推广图、2商品、3推广图及商品", required = true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue