DayAgentGameCountryModel.php 401 B

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * DayPayModel.php UTF-8
  4. *
  5. *
  6. * @date : 2017/12/18 11:41
  7. *
  8. * @license 这不是一个自由软件,未经授权不许任何使用和传播。
  9. * @author : liguanglong <lgl@huosdk.com>
  10. * @version : HUOSDK 8.0
  11. */
  12. namespace huo\model\data;
  13. use huo\model\common\CommonModel;
  14. class DayAgentGameCountryModel extends CommonModel {
  15. protected $name = 'day_agent_game_country';
  16. }