其余文件
This commit is contained in:
13
app/common/model/Withdraw.php
Normal file
13
app/common/model/Withdraw.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
namespace app\common\model;
|
||||
|
||||
use app\common\basics\Models;
|
||||
|
||||
/***
|
||||
* Class Withdraw 会员提现
|
||||
* @package app\common\model
|
||||
*/
|
||||
class Withdraw extends Models
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user