修正traits

This commit is contained in:
thinkphp
2016-01-30 23:20:30 +08:00
parent 601a6dc945
commit 5fda023980
3 changed files with 13 additions and 21 deletions

View File

@@ -14,9 +14,6 @@ namespace traits\model;
trait Adv
{
protected $optimLock = 'lock_version';
//protected $serializeField = [];
//protected $readonlyField = [];
//protected $partition = [];
/**
* 利用__call方法重载 实现一些特殊的Model方法 (魔术方法)