<?php namespace bizGhs\stock\models; use bizGhs\base\models\Base; //花材入库记录 class StockInDay extends Base { public static function tableName() { return 'xhStockInDay'; } }