mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
修正traits
This commit is contained in:
@@ -14,9 +14,6 @@ namespace traits\model;
|
||||
trait Adv
|
||||
{
|
||||
protected $optimLock = 'lock_version';
|
||||
//protected $serializeField = [];
|
||||
//protected $readonlyField = [];
|
||||
//protected $partition = [];
|
||||
|
||||
/**
|
||||
* 利用__call方法重载 实现一些特殊的Model方法 (魔术方法)
|
||||
|
||||
Reference in New Issue
Block a user