ChannelRecharge.php 235 B

12345678910111213
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 渠道充值表
  5. * @author Administrator
  6. */
  7. class ChannelRecharge extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table = 'nw_channel_recharge';
  11. }