- <?php
- namespace common\expand\alipay\voucher\model;
- use common\expand\alipay\AlipayModel;
- /**
- * @property string $item_id 商品id
- * @property string $quantity 商品数量
- * @property string $price 商品单价,单位为元,最多2位小数
- */
- class ConsultItemModel extends AlipayModel
- {
- }
|