<?php namespace bizGhs\order\models; use bizGhs\base\models\Base; //出库单号 lqh 2021.1.23 class StockOutSn extends Base { public static function tableName() { return 'xhGhsStockOutSn'; } }