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.
|
- <?php
-
- namespace App\Models\HtpmsCustomer\QRService;
-
- use App\Models\HtpmsCustomer\HtpmsCustomerHistoryModel;
-
- /**
- * QRサービス券駐車場グループ紐づけ履歴
- */
- class ServiceParkingGroupRelationHistory extends HtpmsCustomerHistoryModel
- {
- protected $table = "tbl3_qrs_service_parking_group_relation_histories";
-
- public function getModelName(): string
- {
- return "QRサービス券駐車場グループ紐づけ履歴";
- }
- }
|