<?php /** * Created by PhpStorm. * User: yunzhong * Date: 2020/7/13 * Time: 15:54 */ namespace app\common\models; class ExpeditingDelivery extends BaseModel { public $table = "yz_order_expediting_delivery"; public $guarded = []; }