更新文件

This commit is contained in:
2019-07-06 21:22:20 +08:00
parent 1b2fc10502
commit 3d9aa3e742
5 changed files with 51 additions and 12 deletions

8
app/model/Rewrite.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace app\model;
use think\Model;
class Rewrite extends Model {
}

8
app/model/SeoRule.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace app\model;
use think\Model;
class SeoRule extends Model {
}