PolyChannelDeposit.php 232 B

123456789101112131415
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 聚合渠道预付款配置表
  5. * @author Administrator
  6. */
  7. class PolyChannelDeposit extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table = 'cy_polychannel_deposit';
  11. }