Commit 05568ed5 by songyinghui

feat: 素材分享

parent 1f7a7a62
...@@ -45,7 +45,7 @@ public class ContentMaterialShareQO implements Serializable { ...@@ -45,7 +45,7 @@ public class ContentMaterialShareQO implements Serializable {
/** /**
* 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材 * 1朋友圈; 2客户群; 3 对话框; 4 复制文案; 5 下载素材
*/ */
private String channelSource; private Integer channelSource;
public String getEnterpriseId() { public String getEnterpriseId() {
return enterpriseId; return enterpriseId;
...@@ -95,11 +95,11 @@ public class ContentMaterialShareQO implements Serializable { ...@@ -95,11 +95,11 @@ public class ContentMaterialShareQO implements Serializable {
this.goodsCode = goodsCode; this.goodsCode = goodsCode;
} }
public String getChannelSource() { public Integer getChannelSource() {
return channelSource; return channelSource;
} }
public void setChannelSource(String channelSource) { public void setChannelSource(Integer channelSource) {
this.channelSource = channelSource; this.channelSource = channelSource;
} }
} }
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