mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-23 18:00:17 +08:00
14 lines
164 B
PHP
14 lines
164 B
PHP
<?php
|
|
/**
|
|
* @since 2016-11-29
|
|
* @author zhaoxiang <zhaoxiang051405@gmail.com>
|
|
*/
|
|
|
|
namespace app\admin\model;
|
|
|
|
|
|
use think\Model;
|
|
|
|
class Base extends Model {
|
|
|
|
} |