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