1
0
mirror of https://gitee.com/apiadmin/ApiAdmin.git synced 2025-04-27 03:46:33 +08:00
2017-11-22 15:57:31 +08:00

15 lines
181 B
PHP

<?php
/**
* 模型基类
* @since 2017/07/25 创建
* @author zhaoxiang <zhaoxiang051405@gmail.com>
*/
namespace app\model;
use think\Model;
class Base extends Model {
}