更新功能

This commit is contained in:
2020-02-18 17:24:06 +08:00
parent 0d7635b972
commit 4c036db815
18 changed files with 134 additions and 144 deletions

View File

@@ -12,7 +12,7 @@ namespace app\model;
/**
* 用户模型
*/
class SeoRule {
class SeoRule extends \think\Model {
public $keyList = array(
array('name' => 'id', 'title' => '标识', 'type' => 'hidden'),