代理体现
This commit is contained in:
11
app/agent/model/CashOut.php
Normal file
11
app/agent/model/CashOut.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\agent\model;
|
||||
|
||||
use fastphp\base\Model;
|
||||
|
||||
class CashOut extends Model
|
||||
{
|
||||
protected $table = 'cash_out';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user