Commit cf3d4456 by 王祖波

群发内容中心素材

parent a876a0c1
...@@ -49,6 +49,10 @@ public class GroupChatPlanBO implements Serializable{ ...@@ -49,6 +49,10 @@ public class GroupChatPlanBO implements Serializable{
private Integer totalChatCount; private Integer totalChatCount;
// 1代发送 2已发送 // 1代发送 2已发送
private Integer sendFlag; private Integer sendFlag;
/**
* 关联素材来源1好办素材2内容中心
*/
private Integer materialFrom;
public Integer getSendFlag() { public Integer getSendFlag() {
return sendFlag; return sendFlag;
...@@ -224,4 +228,12 @@ public class GroupChatPlanBO implements Serializable{ ...@@ -224,4 +228,12 @@ public class GroupChatPlanBO implements Serializable{
public Integer getTotalChatCount(){ public Integer getTotalChatCount(){
return totalChatCount; return totalChatCount;
} }
public Integer getMaterialFrom() {
return materialFrom;
}
public void setMaterialFrom(Integer materialFrom) {
this.materialFrom = materialFrom;
}
} }
\ No newline at end of file
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