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 {
|
||||
|
Reference in New Issue
Block a user