mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-02 21:52:34 +08:00
改进Model
This commit is contained in:
@@ -34,6 +34,8 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
||||
protected $name;
|
||||
// 数据表名称
|
||||
protected $table;
|
||||
// 当前类名称
|
||||
protected $class;
|
||||
// 回调事件
|
||||
protected static $event = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user