修复下用户端未购买列表

This commit is contained in:
2025-07-21 11:05:14 +08:00
parent ce0cbb1c91
commit a5a7957f9e
2 changed files with 18 additions and 20 deletions

View File

@@ -15,6 +15,8 @@ public class GoodsReqQuery {
private Integer isBuy;
private Long faceId;
private Long goodsId;
@ApiModelProperty("景区id")
private Long scenicId;
@ApiModelProperty("源素材商品类型 1视频 2图像")
private Integer sourceType;
}