This commit is contained in:
2025-01-26 02:21:27 +08:00
parent 7bd9a7507f
commit 1b11342e5d
32 changed files with 310 additions and 133 deletions

View File

@ -33,4 +33,5 @@ public class ContentPageVO {
@ApiModelProperty("是否购买:0未购买,1已购买")
private Integer isBuy;
private BigDecimal duration;
private Integer goodsType;
}

View File

@ -13,7 +13,8 @@ import lombok.Data;
public class AppStatisticsFunnelVO {
@ApiModelProperty("镜头检测游客数")
private Integer cameraShotOfMemberNum;
// private Integer cameraShotOfMemberNum;
private String cameraShotOfMemberNum;
@ApiModelProperty("镜头检测游客数_扫码访问人数_转化率")
private String csom_scaom;
@ApiModelProperty("扫码访问人数")