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