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