KqList.php 176 B

12345678910
  1. <?php
  2. namespace App\Model;
  3. class KqList extends UseScopeBaseModel
  4. {
  5. protected $table = "kq_list"; //指定表
  6. const CREATED_AT = null;
  7. const UPDATED_AT = null;
  8. }