no message
This commit is contained in:
parent
815163b8e4
commit
92d0c38c7e
@ -8,7 +8,7 @@ use App\Controllers\Api\Nasa\V1\Base\ListController;
|
|||||||
|
|
||||||
final class NodeController extends ListController
|
final class NodeController extends ListController
|
||||||
{
|
{
|
||||||
protected string $sModelName = 'node';
|
protected string $sModelName = 'Node';
|
||||||
protected array $aFilterFields = [ // 允许where的字段,不设视为全允许
|
protected array $aFilterFields = [ // 允许where的字段,不设视为全允许
|
||||||
// 's_name',
|
// 's_name',
|
||||||
// 'i_status'
|
// 'i_status'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user