mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-05-11 16:48:57 +08:00
14 lines
136 B
PHP
14 lines
136 B
PHP
<?php
|
|
/**
|
|
*
|
|
* @since 2016-02-18
|
|
* @author zhaoxiang <zhaoxiang051405@outlook.com>
|
|
*/
|
|
|
|
namespace app\admin\model;
|
|
|
|
|
|
class Api
|
|
{
|
|
|
|
} |