ChannelApiRequestAuth.php 217 B

123456789101112
  1. <?php
  2. namespace app\common\model;
  3. /**
  4. * 外部渠道冻结表
  5. * @author hhhh
  6. */
  7. class ChannelApiRequestAuth extends \think\Model
  8. {
  9. protected $pk = 'id';
  10. protected $table= 'cy_channel_api_request_auth';
  11. }