dbmsv3 init...1

This commit is contained in:
choi.jh 2025-10-15 14:06:11 +09:00
parent 66fb3bdd2e
commit 293828c041

View File

@ -16,7 +16,7 @@ class ClientEntity extends CustomerEntity
//기본기능
public function getCustomTitle(string $field = ClientModel::TITLE): string
{
return sprintf("[%s]%s", $this->getCode(), $this->$field);
return sprintf("%s/%s", $this->getSite(), $this->$field);
}
final public function getCode(): string
{