Commit 6ebbb0da by 王祖波

商品组分享销售线索

parent 62116c5f
......@@ -32,6 +32,17 @@ public class InteractRecordExtendInfoVO implements Serializable {
* 失效商品数量
*/
private Integer invalidGoodsNum;
/**
* 按组分享素材扩展商品信息
*/
private List<List<ExtendGoodsInfo>> groupExtendGoodsInfos;
/**
* 按组分享失效商品数量
*/
private Integer groupInvalidGoodsNum;
@Data
public static class ExtendGoodsInfo {
......
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