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