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

10 lines
122 B
PHP
Raw Normal View History

2023-12-27 14:06:33 +08:00
<?php
namespace app\common\model\contract;
use app\common\model\BaseModel;
class VehicleContract extends BaseModel
{
}