<?php namespace App\Model; class ProductInventoryOfTop extends UseScopeBaseModel { protected $table = "product_inventory_of_top"; //指定表 const CREATED_AT = null; const UPDATED_AT = null; protected $dateFormat = 'U'; }