GameChannelDivideSettleDetPay.php 270 B

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