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

25 lines
496 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:54
* Email: livsyitian@163.com
*/
namespace app\common\events\withdraw;
use app\common\events\WithdrawEvent;
class WithdrawAuditEvent extends WithdrawEvent
{
/**
* 审核事件使用需要注意
*
* 1审核事件包含审核事件、重新审核事件
*
* 2该状态时提现记录数据属于未修改状态即申请后的状态数据
*/
}