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