zm
2021-04-02 d6aa91642bb270e8309831d85aa1e7e09629e4da
commit | author | age
90c639 1 <?php
Z 2 /**
3  * link: http://www.zjhejiang.com/
4  * copyright: Copyright (c) 2018 浙江禾匠信息科技有限公司
5  * author: xay
6  */
7
8 namespace app\events;
9
10 use yii\base\Event;
11
12 class OrderConfirmedEvent extends Event
13 {
14     public $order;
15 }