StatIncomeSourceMonth.php 197 B

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