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\Mst;
-
- use App\Models\HtpmsCustomer\HtpmsCustomerHistoryModel;
-
- /**
- * 店舗番号紐づけ履歴
- */
- class ShopNoRelationHistory extends HtpmsCustomerHistoryModel
- {
- protected $table = "tbl3_mst_shop_no_relation_histories";
-
- public function getModelName(): string
- {
- return "店舗マスタ履歴";
- }
- }
|