YHMProductChangePrice.php
303 Bytes
<?php
/**
* Created by PhpStorm.
* User: Ziy
* Date: 14/9/30
* Time: 下午3:49
*/
class YHMIm_MessagesParam_YHMProductChangePrice
{
public $product_skc;
public $product_name;
public $image_url;
public $sale_price;
public $agreement_price;
public $agreement_id;
}