You've already forked FrameTour-BE
2
This commit is contained in:
@ -33,4 +33,5 @@ public class ContentPageVO {
|
||||
@ApiModelProperty("是否购买:0未购买,1已购买")
|
||||
private Integer isBuy;
|
||||
private BigDecimal duration;
|
||||
private Integer goodsType;
|
||||
}
|
||||
|
@ -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("扫码访问人数")
|
||||
|
Reference in New Issue
Block a user