DayGameAgentSwitchModel.php 409 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * DayGameAgentSwitchModel.php UTF-8
  4. * 每日游戏渠道切量表
  5. *
  6. * @date : 2018/5/21 18:58
  7. *
  8. * @license 这不是一个自由软件,未经授权不许任何使用和传播。
  9. * @author : wuyonghong <wyh@huosdk.com>
  10. * @version : HUOSDK 8.0
  11. */
  12. namespace huo\model\data;
  13. class DayGameAgentSwitchModel extends DayGameAgentModel {
  14. protected $table = 'dw_day_game_agent_switch';
  15. }