Notice.php 175 B

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