You've already forked FrameTour-BE
0元购逻辑,直接送
This commit is contained in:
@@ -15,8 +15,8 @@ import lombok.experimental.Accessors;
|
||||
public class GoodsPriceQueryReq {
|
||||
@ApiModelProperty("景区id")
|
||||
private Long scenicId;
|
||||
@ApiModelProperty("商品类型 1:成片vlog 2:源素材")
|
||||
@ApiModelProperty("商品类型 0:成片vlog 12:源素材")
|
||||
private Integer goodsType;
|
||||
@ApiModelProperty("商品id goodsType=1时才有值")
|
||||
@ApiModelProperty("商品id goodsType=0时才有值")
|
||||
private Long goodsId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user