new feature

This commit is contained in:
JaguarJack
2022-12-14 19:25:52 +08:00
parent b63cd5d01c
commit 098463f4e1
35 changed files with 391 additions and 146 deletions

View File

@@ -24,11 +24,6 @@ class Schemas extends CatchModel
'id', 'module', 'name', 'columns', 'is_soft_delete', 'created_at', 'updated_at'
];
/**
* @var bool
*/
protected bool $isPaginate = true;
/**
* @var array|string[]
*/

View File

@@ -18,7 +18,7 @@ class {model} extends Model
/**
* @var array
*/
protected array $fieldsInList = [{fieldsInList}];
protected array $fields = [{fieldsInList}];
/**
* @var array