代码更新

This commit is contained in:
2019-07-01 16:13:59 +08:00
parent d141eb7c24
commit 86c24dc40e
30 changed files with 13731 additions and 94 deletions

View File

@@ -13,9 +13,15 @@ use app\controller\Admin;
class Database extends Admin{
/**
* @title 系统首页
* @title 数据备份
*/
public function index(){
public function export(){
}
/**
* @title 数据导入
*/
public function import(){
}
}