UserContactLog.php 141 B

123456789101112
  1. <?php
  2. namespace app\weixin\model;
  3. use think\Model;
  4. class UserContactLog extends Model
  5. {
  6. protected $table = 'sg_user_contact_logs';
  7. }