This commit is contained in:
as2252258@163.com
2021-03-27 03:29:38 +08:00
parent 0e10ee2f75
commit 08f8f417d5
3 changed files with 511 additions and 494 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ trait QueryTrait
public ?int $offset = NULL;
public ?int $limit = NULL;
public string $group = '';
public string|Closure|ActiveQuery $from = '';
public string|Closure|ActiveQuery|null $from = '';
public string $alias = 't1';
public array $filter = [];