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