mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
fix: 更新模型定义
This commit is contained in:
parent
ceb76964cf
commit
76fdaa116a
@ -27,4 +27,6 @@ use think\admin\Model;
|
||||
*/
|
||||
class SystemConfig extends Model
|
||||
{
|
||||
protected $updateTime = false;
|
||||
protected $createTime = false;
|
||||
}
|
||||
@ -28,6 +28,9 @@ use think\admin\Model;
|
||||
*/
|
||||
class SystemNode extends Model
|
||||
{
|
||||
protected $updateTime = false;
|
||||
protected $createTime = false;
|
||||
|
||||
/**
|
||||
* 绑定模型名称
|
||||
* @var string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user