Commit 015070bf by 徐高华

画布

parent 416a2f35
package com.gic.haoban.manage.web.qo.content;
import java.io.Serializable;
import java.util.Date;
/**
* @Author MUSI
......@@ -57,6 +58,37 @@ public class ContentMaterialShareQO implements Serializable {
*/
private Integer isPreview;
//活动id
private Long canvasId;
// 节点id
private Long nodeId;
// 营销时间(任务创建时间)
private Date marketingTime ;
public Long getCanvasId() {
return canvasId;
}
public void setCanvasId(Long canvasId) {
this.canvasId = canvasId;
}
public Long getNodeId() {
return nodeId;
}
public void setNodeId(Long nodeId) {
this.nodeId = nodeId;
}
public Date getMarketingTime() {
return marketingTime;
}
public void setMarketingTime(Date marketingTime) {
this.marketingTime = marketingTime;
}
public String getEnterpriseId() {
return enterpriseId;
}
......
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