Files
sentcms/app/model/Content.php
tensent 5c320206fb auth
2020-02-16 10:49:43 +08:00

10 lines
162 B
PHP
Executable File

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