PartnerIncomelog.php 196 B

1234567891011121314
  1. <?php
  2. namespace app\model;
  3. use think\Model;
  4. class PartnerIncomelog extends Model
  5. {
  6. protected $connection = 'mysql';
  7. protected $pk = 'id';
  8. protected $name = 'partner_incomelog';
  9. }