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