22 lines
369 B
PHP
22 lines
369 B
PHP
<?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
|
||
{
|
||
|
||
|
||
} |