no message

This commit is contained in:
hellcat 2026-06-14 18:19:14 +08:00
parent 815163b8e4
commit 92d0c38c7e

View File

@ -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'