dbms_primeidc init...1

This commit is contained in:
최준흠 2025-04-01 16:54:42 +09:00
parent 4ddb221202
commit f21c8f0e16

View File

@ -13,4 +13,8 @@ class AddDbEntity extends Entity
{
parent::__construct($datas);
} //
public function getServiceCode(): string
{
return $this->service_code;
}
} //Class