Commit 473fb0c7 by 王祖波

分享素材增加入参 isPreview

parent d00fcc9c
...@@ -52,6 +52,11 @@ public class ContentMaterialShareQO implements Serializable { ...@@ -52,6 +52,11 @@ public class ContentMaterialShareQO implements Serializable {
*/ */
private String goodsDetailSource; private String goodsDetailSource;
/**
* 是否预览 1是 0否
*/
private Integer isPreview;
public String getEnterpriseId() { public String getEnterpriseId() {
return enterpriseId; return enterpriseId;
} }
...@@ -115,4 +120,12 @@ public class ContentMaterialShareQO implements Serializable { ...@@ -115,4 +120,12 @@ public class ContentMaterialShareQO implements Serializable {
public void setGoodsDetailSource(String goodsDetailSource) { public void setGoodsDetailSource(String goodsDetailSource) {
this.goodsDetailSource = goodsDetailSource; this.goodsDetailSource = goodsDetailSource;
} }
public Integer getIsPreview() {
return isPreview;
}
public void setIsPreview(Integer isPreview) {
this.isPreview = isPreview;
}
} }
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