You've already forked FrameTour-BE
补充下单逻辑
This commit is contained in:
@ -3,11 +3,13 @@ package com.ycwl.basic.model.mobile.goods;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
/**
|
||||
* @Author:longbinbin
|
||||
* @Date:2024/12/5 16:35
|
||||
*/
|
||||
@Accessors(chain = true)
|
||||
@Data
|
||||
@ApiModel("查询商品价格请求参数")
|
||||
public class GoodsPriceQueryReq {
|
||||
|
@ -20,7 +20,7 @@ public class OrderItemDTO {
|
||||
/**
|
||||
* 商品类型,0其他,1成片,2原片
|
||||
*/
|
||||
@ApiModelProperty("商品类型,0其他,1成片,,2源素材")
|
||||
@ApiModelProperty("商品类型,0其他,1成片,2源素材")
|
||||
private Integer goodsType;
|
||||
/**
|
||||
* 商品ID,goods_type=1关联video.id,=2关联source.id
|
||||
|
Reference in New Issue
Block a user