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