St_match_rule_group.php 217 B

1234567891011121314
  1. <?php
  2. namespace App\Sports\Model;
  3. use \System\Model;
  4. /**
  5. * Class Account
  6. * @package App\Sports\Model
  7. * 赛事规则组
  8. */
  9. class St_match_rule_group extends Model
  10. {
  11. protected $table = 'st_match_rule_group';
  12. }