service === null) { $this->service = service('userservice'); } $this->addActionPaths('user'); } //Action작업관련 protected function getEntityClass(): string { return UserEntity::class; } //기본 함수 작업 //Custom 추가 함수 }