<?php /** * User: admin * Date Time: 2021/4/13 21:35 */ namespace biz\stat\models; use biz\base\models\Base; class StatStockInMonth extends Base { public static function tableName() { return 'xhStatStockInMonth'; } }