<?php namespace bizGhs\check\models; use bizGhs\base\models\Base; //盘点单号 ssh 2021.1.19 class CheckSn extends Base { public static function tableName() { return 'xhPdSn'; } }