commit | author | age | ||
90c639 | 1 | <?php |
Z | 2 | /** |
3 | * link: http://www.zjhejiang.com/ | |
4 | * copyright: Copyright (c) 2018 浙江禾匠信息科技有限公司 | |
5 | * author: wxf | |
6 | */ | |
7 | ||
8 | namespace app\events; | |
9 | ||
10 | ||
11 | use app\models\OrderRefund; | |
12 | use yii\base\Event; | |
13 | ||
14 | /** | |
15 | * @property OrderRefund $order_refund | |
16 | */ | |
17 | class OrderRefundEvent extends Event | |
18 | { | |
19 | public $order_refund; | |
20 | public $advance_refund; | |
21 | } |