TaskSystem/app/common/model/vehicle/VehicleRent.php

10 lines
154 B
PHP
Raw Normal View History

2023-08-29 19:21:15 +08:00
<?php
namespace app\common\model\vehicle;
use app\common\model\BaseModel;
class VehicleRent extends BaseModel
{
protected $name = 'vehicle_rent';
}