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