dbmsv3/app/Interfaces/Customer/CustomerInterface.php
2025-10-13 10:41:05 +09:00

6 lines
74 B
PHP

<?php
namespace App\Interfaces\Customer;
interface CustomerInterface {}