data_center/app/common/model/contract/VehicleContract.php

11 lines
208 B
PHP

<?php
namespace app\common\model\contract;
use app\common\model\BaseModel;
class VehicleContract extends BaseModel
{
protected $connection = 'mysql2';
protected $name = 'la_vehicle_contract';
}