Commit 2c428cd6 authored by zhuwei's avatar zhuwei

1

parent 63c17efd
...@@ -5,7 +5,7 @@ namespace app\model; ...@@ -5,7 +5,7 @@ namespace app\model;
use think\Db; use think\Db;
use think\Model; use think\Model;
class UserAgent extends Model class UserAgentModel extends Model
{ {
// 设置当前模型对应的完整数据表名称 // 设置当前模型对应的完整数据表名称
protected $table = 'u_user_agent'; protected $table = 'u_user_agent';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment