StatIncomeUsageMonth.php 191 B

12345678910111213
  1. <?php
  2. namespace bizMall\stat\models;
  3. use bizMall\base\models\Base;
  4. class StatIncomeUsageMonth extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhStatIncomeUsageMonth';
  9. }
  10. }