<?php namespace app\model; use support\Model; class GoodsRunning extends Model { protected $table = 'goods_running'; protected $primaryKey = 'goods_running_id'; const CREATED_AT = null; const UPDATED_AT = null; }