Depart.php 172 B

12345678910111213141516
  1. <?php
  2. namespace app\admin\model;
  3. use think\Model;
  4. /**
  5. * Description of Depart
  6. *
  7. * @author sgq
  8. */
  9. class Depart extends Model {
  10. protected $table = "sys_dept";
  11. }