阶段更新
This commit is contained in:
12
modules/Withdraw/Models/Log.php
Normal file
12
modules/Withdraw/Models/Log.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Withdraw\Models;
|
||||
|
||||
use App\Models\Model;
|
||||
|
||||
class Log extends Model
|
||||
{
|
||||
|
||||
protected $table = 'withdraw_logs';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user