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