<?php /** * 有价券信息 * @author auto create */ class Youjiacouponinfo { /** * 有价券商品id **/ public $item_id; /** * 商品链接 **/ public $url; } ?>