dbmsv4 init...3

This commit is contained in:
최준흠 2025-12-17 13:26:09 +09:00
parent 1eac94698f
commit ddb5b4f924

View File

@ -37,7 +37,7 @@ class ServerPartEntity extends EquipmentEntity
{
return $this->attributes['billing'];
}
public function getBillingAt(): string
public function getBillingAt(): ?string
{
return $this->attributes['billing_at'];
}