'desc']; protected string|array $orderGuarantee = ['id' => 'desc']; protected bool $modelValidate = true; protected bool $modelSceneValidate = true; protected function initController(WebmanRequest $request): ?Response { $this->model = new \app\common\model\OperationNotice(); return null; } }