| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.goods.facade.entity.taobao.TaoBaoGoodsBrief;
|
| | |
|
| | | public class UserHomeMsgVO {
|
| | | public final static String TYPE_WELCOME = "welcome";
|
| | |
| | | public final static String TYPE_GOODS_2 = "goods_2";
|
| | | public final static String TYPE_GOODS_3 = "goods_3";
|
| | |
|
| | | private String icon;
|
| | | private String type;
|
| | | private String title;
|
| | | private String content;
|
| | |
| | | public void setGoodsList(List<TaoBaoGoodsBrief> goodsList) {
|
| | | this.goodsList = goodsList;
|
| | | }
|
| | |
|
| | | public String getIcon() {
|
| | | return icon;
|
| | | }
|
| | |
|
| | | public void setIcon(String icon) {
|
| | | this.icon = icon;
|
| | | }
|
| | | }
|