<?php namespace bizGhs\order\models; use bizGhs\base\models\Base; //出库订单列表 class StockOutOrder extends Base { public static function tableName() { return 'xhGhsStockOutOrder'; } }