Contact.php 165 B

1234567891011121314151617181920212223
  1. <?php
  2. namespace app\admin\model\special;
  3. use think\Model;
  4. class Contact extends Model
  5. {
  6. // 表名
  7. protected $table = 'special_contact';
  8. }