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