重新初始化

This commit is contained in:
2020-02-17 20:47:06 +08:00
parent 5c320206fb
commit 58d999ed73
4016 changed files with 1271 additions and 302396 deletions

View File

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