mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改table属性
This commit is contained in:
parent
17a17b2f3e
commit
eceac3e27f
@ -30,7 +30,7 @@ class Fans extends Controller
|
||||
* 绑定数据表
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'WechatFans';
|
||||
private $table = 'WechatFans';
|
||||
|
||||
/**
|
||||
* 微信用户管理
|
||||
|
@ -30,7 +30,7 @@ class Keys extends Controller
|
||||
* 绑定数据表
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'WechatKeys';
|
||||
private $table = 'WechatKeys';
|
||||
|
||||
/**
|
||||
* 消息类型
|
||||
|
@ -31,7 +31,7 @@ class News extends Controller
|
||||
* 设置默认操作表
|
||||
* @var string
|
||||
*/
|
||||
protected $table = 'WechatNews';
|
||||
private $table = 'WechatNews';
|
||||
|
||||
/**
|
||||
* 微信图文管理
|
||||
|
Loading…
x
Reference in New Issue
Block a user