Commit 1582ed80 by songyinghui

Merge branch 'feature-content3' into developer

parents 91f5049a 8756caf0
......@@ -25,6 +25,11 @@ public class ContentMaterialShareInfoVO implements Serializable {
private String goodsShortLink;
/**
* 短链错误信息
*/
private String linkErrMsg;
/**
* 商品二维码
*/
private String goodsQrcode;
......
......@@ -61,5 +61,10 @@ public class SimpleGoodsInfoVO implements Serializable {
*/
private Integer status;
/**
* 商品佣金
*/
private BigDecimal commission;
}
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