Interact.php 122 B

1234567891011
  1. <?php
  2. namespace app\model;
  3. use think\Model;
  4. class Interact extends Model
  5. {
  6. protected $table = "jm_xy_interact";
  7. }