service === null) { $this->service = service('customer_accountservice'); } $this->addActionPaths('account'); } protected function getEntityClass(): string { return AccountEntity::class; } //기본 함수 작업 //Custom 추가 함수 }