url认证

This commit is contained in:
“wanyongkang”
2021-06-02 18:43:00 +08:00
parent 0e7a43a9f4
commit 1bec3551e8
4 changed files with 80 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
namespace app\api\model;
use fastphp\base\Model;
class ManagerPermissionMap extends Model
{
protected $table = 'manager_permission_map';
}