更新文件
This commit is contained in:
@@ -16,12 +16,18 @@ class Database extends Admin{
|
||||
* @title 数据备份
|
||||
*/
|
||||
public function export(){
|
||||
|
||||
$this->data['data'] = array(
|
||||
'list' => array()
|
||||
);
|
||||
return $this->data;
|
||||
}
|
||||
/**
|
||||
* @title 数据导入
|
||||
*/
|
||||
public function import(){
|
||||
|
||||
$this->data['data'] = array(
|
||||
'list' => array()
|
||||
);
|
||||
return $this->data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user