mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
12 lines
172 B
PHP
12 lines
172 B
PHP
<?php
|
|
/**
|
|
* 权限和URL和Menu的关联表
|
|
* Author: 赵翔 <756958008@qq.com>
|
|
* Date: 16/1/16
|
|
*/
|
|
namespace Admin\Model;
|
|
|
|
class ApiAuthRuleModel extends BaseModel{
|
|
|
|
|
|
} |