后端文件更新

This commit is contained in:
2019-07-09 20:39:01 +08:00
parent 3d9aa3e742
commit 79800d9fcc
18 changed files with 976 additions and 617 deletions

View File

@@ -3,7 +3,8 @@ namespace app\model;
use think\Model;
class Content extends Model
{
class Content extends Model {
// 定义默认的表后缀(默认查询中文数据)
protected $suffix = '';
}