Zztz.php 114 B

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