Commit a6933cb1 by 徐高华

朋友圈埋点调整

parent d28946e6
......@@ -71,6 +71,29 @@ public class ContentMaterialShareQO implements Serializable {
// 营销时间(任务创建时间)
private String marketingTime ;
// 1朋友圈
private int planType ;
// 生成素材的活动id
private String planId ;
public int getPlanType() {
return planType;
}
public void setPlanType(int planType) {
this.planType = planType;
}
public String getPlanId() {
return planId;
}
public void setPlanId(String planId) {
this.planId = planId;
}
public Long getCanvasId() {
return canvasId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment