BalanceWithdrawRejectEvent.php 369 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. *
  5. * User: king/QQ:995265288
  6. * Date: 2018/7/5 下午5:29
  7. * Email: livsyitian@163.com
  8. */
  9. namespace app\common\events\withdraw;
  10. use app\common\events\Event;
  11. use app\common\events\WithdrawEvent;
  12. use app\common\exceptions\ShopException;
  13. use app\common\models\Withdraw;
  14. class BalanceWithdrawRejectEvent extends WithdrawEvent
  15. {
  16. }