This commit is contained in:
Cauchy
2023-10-24 17:25:44 +08:00
parent 7b9c6424ea
commit 36374dd454
9 changed files with 42 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ import java.util.List;
*/
@Data
public class BuyOrderResponseVo {
private Integer orderId;
/**
* 订单号
*/

View File

@@ -11,6 +11,7 @@ import java.math.BigDecimal;
*/
@Data
public class GoodsResponseVo {
private Integer buyOrderProductId;
/**
* 商品名称
*/