<?php /** * 权益推荐商品 * @author auto create */ class RecommendItemList { /** * 权益推荐商品id **/ public $item_id; /** * 商品链接 **/ public $url; } ?>