<?php namespace bizGhs\stock\models; use bizGhs\base\models\Base; //路上库存流水记录表 class OnStockRecord extends Base { public static function tableName() { return 'xhGhsOnStockRecord'; } }