YHMProductTxt.php 569 Bytes
<?php

/**
 * Created by PhpStorm.
 * User: Ziy
 * Date: 14/9/30
 * Time: 下午3:22
 */
class YHMIm_MessagesParam_YHMProductTxt
{
     public $text;
    /**
     * SKC
     * @var Integer
     */
    public $product_skc;

    /**
     * 产品名称
     * @var String
     */
    public $product_name;

    /**
     * 图片地址
     * @var String
     */
    public $image_url;

    /**
     * 市场价格
     * @var String
     */
    public $market_price;

    /**
     * 销售价
     * @var String
     */
    public $sale_price;


    public $size_name;
}