YHMProductReducePrice.php
309 Bytes
<?php
/**
* Created by PhpStorm.
* User: Ziy
* Date: 14/9/30
* Time: 下午6:04
*/
class YHMIm_MessagesParam_YHMProductReducePrice
{
public $text;
public $product_skc;
public $product_name;
public $image_url;
public $sale_price;
public $size_name;
public $collection_price;
}