最新服务器上的版本,以后用这个
commit | author | age
2207d6 1 <?php
W 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 yii\base\Event;
12
13 class GoodsEvent extends Event
14 {
15     public $goods;
16     public $diffAttrIds;
17
18     public $isVipCardGoods;
19 }