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