代理体现

This commit is contained in:
“wanyongkang”
2021-02-26 11:01:06 +08:00
parent ed2ec19338
commit 29ba2ddb52
3 changed files with 100 additions and 21 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace app\agent\model;
use fastphp\base\Model;
class CashOut extends Model
{
protected $table = 'cash_out';
}