GameChannelDayPay.php 245 B

1234567891011121314151617
  1. <?php
  2. namespace app\common\model;
  3. use think\Cache;
  4. use think\Db;
  5. /**
  6. * 游戏补点
  7. * @author Administrator
  8. */
  9. class GameChannelDayPay extends \think\Model
  10. {
  11. protected $pk = 'id';
  12. protected $table = 'cy_game_channel_day_pay';
  13. }