LiveOrder.php 182 B

1234567891011121314
  1. <?php
  2. namespace bizGhs\live\models;
  3. use bizGhs\base\models\Base;
  4. class LiveOrder extends Base
  5. {
  6. public static function tableName()
  7. {
  8. return 'xhLiveOrder';
  9. }
  10. }