|
@@ -23,7 +23,6 @@ public class DeliverOrderParam {
|
|
@ApiModelProperty("商品数量")
|
|
@ApiModelProperty("商品数量")
|
|
private Integer num;
|
|
private Integer num;
|
|
|
|
|
|
- @NotEmpty(message = "奖品库ID不能为空")
|
|
|
|
@ApiModelProperty(value = "奖品库IDs",required=true)
|
|
@ApiModelProperty(value = "奖品库IDs",required=true)
|
|
private List<String> ids;
|
|
private List<String> ids;
|
|
|
|
|