Commit 94d07b57 by songyinghui

Merge branch 'feature-content2' into developer

parents ac91ca68 113ec359
package com.gic.haoban.manage.web.vo.content;
import lombok.Data;
import java.io.Serializable;
/**
......@@ -8,6 +10,7 @@ import java.io.Serializable;
* @Description
* @Version
**/
@Data
public class ContentMaterialShareInfoVO implements Serializable {
......@@ -26,27 +29,8 @@ public class ContentMaterialShareInfoVO implements Serializable {
*/
private String goodsQrcode;
public String getMaterialContentWithLink() {
return materialContentWithLink;
}
public void setMaterialContentWithLink(String materialContentWithLink) {
this.materialContentWithLink = materialContentWithLink;
}
public String getGoodsShortLink() {
return goodsShortLink;
}
public void setGoodsShortLink(String goodsShortLink) {
this.goodsShortLink = goodsShortLink;
}
public String getGoodsQrcode() {
return goodsQrcode;
}
public void setGoodsQrcode(String goodsQrcode) {
this.goodsQrcode = goodsQrcode;
}
/**
* 中转页
*/
private String link;
}
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