<?php namespace app\admin\model; use think\Model; /** * Institution */ class Institution extends Model { // 表名 protected $name = 'institution'; // 自动写入时间戳字段 protected $autoWriteTimestamp = true; }