mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
11 lines
141 B
PHP
11 lines
141 B
PHP
<?php
|
|
/**
|
|
* @since 2017-07-30
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\model;
|
|
|
|
class ApiList extends Base {
|
|
|
|
} |