admin/app/common/events/withdraw/WithdrawAuditingEvent.php

27 lines
471 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Created by PhpStorm.
*
* User: king/QQ995265288
* Date: 2018/6/15 上午10:55
* Email: livsyitian@163.com
*/
namespace app\common\events\withdraw;
use app\common\events\WithdrawEvent;
class WithdrawAuditingEvent extends WithdrawEvent
{
/**
* 审核事件使用需要注意
*
* 1审核事件包含审核事件、重新审核事件
*
* 2该状态时提现记录数据已经修改未储存
*/
}