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