mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 15:02:47 +08:00
注释
This commit is contained in:
@@ -101,7 +101,8 @@ abstract class Model implements \JsonSerializable, \ArrayAccess
|
|||||||
protected $failException = false;
|
protected $failException = false;
|
||||||
// 全局查询范围
|
// 全局查询范围
|
||||||
protected $useGlobalScope = true;
|
protected $useGlobalScope = true;
|
||||||
protected $batchValidate = false;
|
// 是否采用批量验证
|
||||||
|
protected $batchValidate = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 初始化过的模型.
|
* 初始化过的模型.
|
||||||
|
|||||||
Reference in New Issue
Block a user