Commit 113ec359 by songyinghui

feat: 中转页跳转

parent 19e4f622
package com.gic.haoban.manage.web.vo.content; package com.gic.haoban.manage.web.vo.content;
import lombok.Data;
import java.io.Serializable; import java.io.Serializable;
/** /**
...@@ -8,6 +10,7 @@ import java.io.Serializable; ...@@ -8,6 +10,7 @@ import java.io.Serializable;
* @Description * @Description
* @Version * @Version
**/ **/
@Data
public class ContentMaterialShareInfoVO implements Serializable { public class ContentMaterialShareInfoVO implements Serializable {
...@@ -26,27 +29,8 @@ public class ContentMaterialShareInfoVO implements Serializable { ...@@ -26,27 +29,8 @@ public class ContentMaterialShareInfoVO implements Serializable {
*/ */
private String goodsQrcode; private String goodsQrcode;
public String getMaterialContentWithLink() { /**
return materialContentWithLink; * 中转页
} */
private String link;
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;
}
} }
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