dbmsv3 init...1

This commit is contained in:
choi.jh 2025-10-02 14:58:12 +09:00
parent 71f50b0b19
commit 8fffc82a7f

View File

@ -47,9 +47,9 @@ class ServiceEntity extends CustomerEntity
return $this->attributes['payment_uid'] ?? null; return $this->attributes['payment_uid'] ?? null;
} }
//기본기능용 //기본기능용
public function getTitle(): string public function getCustomTitle(): string
{ {
return sprintf("[%s]%s", $this->getCode(), $this->getServerEntity()->getTitle()); return sprintf("[%s] %s", $this->getCode(), $this->getServerEntity()->getTitle());
} }
final public function getSite(): string final public function getSite(): string
{ {