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