记得上下班打卡 | git大法好,push需谨慎

Commit 28397f21 authored by GaoHu's avatar GaoHu

预约获取

parent dbf5c4ce
......@@ -55,7 +55,6 @@ public class GoblinGoodsAnticipateValueParam {
private String createdDate;
@ApiModelProperty(value = "预约类型(1:预约提醒,2:预约获得购买资格)")
@NotNull(message = "预约类型")
private Integer type;
......
......@@ -44,7 +44,7 @@ public class GoblinGoodsAnticipateMgController {
@PostMapping("/list")
@ApiOperation("获取全部开启预约的sku")
public ResponseDto<PageInfo<GoblinGoodsAnticipateValueVo>> list(@Valid GoblinGoodsAnticipateValueParam goodsAnticipateValueParam) {
public ResponseDto<PageInfo<GoblinGoodsAnticipateValueVo>> list(GoblinGoodsAnticipateValueParam goodsAnticipateValueParam) {
return goblinGoodsAnticipateMgService.list(goodsAnticipateValueParam);
}
......
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