前端大图展示逻辑
All checks were successful
Gitea/FrameTour-BE/pipeline/head This commit looks good

This commit is contained in:
2025-07-23 10:15:18 +08:00
parent 4d53986277
commit 1059d30c21
8 changed files with 54 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ public class GoodsDetailVO {
private Integer isBuy;
private Integer isFree;
private Integer parts;
private Integer sort;
public Integer getSourceType() {
return goodsType;
}

View File

@@ -35,4 +35,5 @@ public class ContentPageVO {
private BigDecimal duration;
private Integer goodsType;
private int freeCount;
private Integer sort;
}