Commit d72ec81a by 王祖波

素材详情接口修改

parent e8429875
......@@ -98,6 +98,11 @@ public class ContentMaterialVO extends ContentMaterialConvsVO{
private Date updateTime;
/**
* 关联商品中心id列表
*/
private List<String> contentGoodsIdList;
/**
* 关联商品列表
*/
private List<ContentGoodsVO> contentGoodsList;
......@@ -271,6 +276,14 @@ public class ContentMaterialVO extends ContentMaterialConvsVO{
this.updateTime = updateTime;
}
public List<String> getContentGoodsIdList() {
return contentGoodsIdList;
}
public void setContentGoodsIdList(List<String> contentGoodsIdList) {
this.contentGoodsIdList = contentGoodsIdList;
}
public List<ContentGoodsVO> getContentGoodsList() {
return contentGoodsList;
}
......
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