| 123456789101112131415161718192021222324252627282930 |
- <?php
- namespace addons\WangDianTong\common\expand\sdk\wangdian\model;
- use addons\WangDianTong\common\expand\sdk\wangdian\Model;
- use addons\WangDianTong\common\expand\sdk\wangdian\ModelInterface;
- /**
- * @property string $oid
- * @property int $status
- * @property int $refund_status
- * @property string $goods_id
- * @property string $spec_id
- * @property string $goods_no
- * @property string $spec_no
- * @property string $goods_name
- * @property string $spec_name
- * @property int $num
- * @property string $price
- * @property string $adjust_amount
- * @property string $discount
- * @property string $share_discount
- * @property string $remark
- * @property int $cid
- */
- class OrderItem extends Model implements ModelInterface
- {
- }
|