加点缓存

This commit is contained in:
2025-01-02 17:32:46 +08:00
parent f8d4665c59
commit ade7193e64
9 changed files with 125 additions and 104 deletions

View File

@ -17,6 +17,7 @@ public class GoodsPageVO {
private String goodsName;
@ApiModelProperty("景区id")
private Long scenicId;
private Long faceId;
@ApiModelProperty("景区名称")
private String scenicName;
@ApiModelProperty("商品类型 1:成片视频 2:源素材")