This commit is contained in:
2023-12-13 10:14:26 +08:00
parent 16fe127019
commit 85eaeba8ba
3 changed files with 17 additions and 36 deletions
+4 -18
View File
@@ -20,24 +20,10 @@ class ActiveQuery extends QueryTrait implements ISqlBuilder
{
/** @var bool */
public bool $asArray = FALSE;
/** @var bool */
public bool $useCache = FALSE;
/**
* @var Connection|null
*/
public ?Connection $db = NULL;
/**
* @var array
* 参数绑定
*/
public array $attributes = [];
protected mixed $_mock = null;
public bool $asArray = FALSE;
public ?Connection $db = NULL;
public array $attributes = [];
protected mixed $_mock = null;
/**