<?php namespace bizHd\wastage\models; use bizHd\base\models\Base; class WastageGoods extends Base { public static function tableName() { return 'xhWastageGoods'; } }