SchoolDetail

constructor(id: String, name: String, logoUrl: String? = null, description: String? = null, location: String? = null, lat: Double? = null, lng: Double? = null, studentCount: Int, createdAt: String, updatedAt: String? = null)

Parameters

id

学校 ID

name

学校名称

logoUrl

学校 Logo URL

description

学校描述

location

学校位置

lat

纬度(可选)

lng

经度(可选)

studentCount

学生数量

createdAt

创建时间(ISO 8601 格式)

updatedAt

更新时间(ISO 8601 格式,可选)