zm
2021-03-25 d84ff6053b22269a6c59dc005e9efb8de6595988
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 yii\base\Event;
12
13 class GoodsEvent extends Event
14 {
15     public $goods;
16     public $diffAttrIds;
17
18     public $isVipCardGoods;
19 }