StatStockInMonth.php 242 B

12345678910111213141516
  1. <?php
  2. /**
  3. * User: admin
  4. * Date Time: 2021/4/13 21:35
  5. */
  6. namespace biz\stat\models;
  7. use biz\base\models\Base;
  8. class StatStockInMonth extends Base
  9. {
  10. public static function tableName()
  11. {
  12. return 'xhStatStockInMonth';
  13. }
  14. }