You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 satır
254B

  1. <?php
  2. namespace App\Repositories;
  3. /**
  4. * @property string shop_id
  5. * @property string parking_management_code
  6. * @property string parking_name
  7. * @property string shop_no
  8. */
  9. class PrintingAvailableSettingRepositoryData extends BaseRepositoryData
  10. {
  11. }