| 12345678910111213141516171819202122 |
- <?php
- /**
- * Created by PhpStorm.
- *
- * User: king/QQ:995265288
- * Date: 2018/7/5 下午5:29
- * Email: livsyitian@163.com
- */
- namespace app\common\events\withdraw;
- use app\common\events\Event;
- use app\common\events\WithdrawEvent;
- use app\common\exceptions\ShopException;
- use app\common\models\Withdraw;
- class BalanceWithdrawRejectEvent extends WithdrawEvent
- {
- }
|