<?php /** * Created by PhpStorm. * User: lyh * Date: 20-10-4 * Time: 下午7:11 */ namespace App\Models; class ServiceApply extends BaseModel { protected $table='service_applys'; public $timestamps = true; }