www.wdadmin.cn // +---------------------------------------------------------------------- /** * Class Level * Desc 机构级别 * Create on 2025/3/5 11:20 * Create by wangyafang */ namespace app\api\model\wdsxh\institution; use think\Model; class Level extends Model { protected $name = 'wdsxh_institution_level'; // 定义时间戳字段名 protected $createTime = false; protected $updateTime = false; }