ChannelDivideSettleDet.php 263 B

1234567891011121314
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 渠道结算单明细
  5. * @author Administrator
  6. */
  7. class ChannelDivideSettleDet extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table = 'nw_game_channel_divide_settle_det';
  11. }