代理商管理

This commit is contained in:
“wanyongkang”
2021-02-17 18:42:35 +08:00
parent f0245a5f19
commit 2a5c9d53cb
5 changed files with 208 additions and 1 deletions

View File

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