School Detail
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
学校名称
logo Url
学校 Logo URL
description
学校描述
location
学校位置
lat
纬度(可选)
lng
经度(可选)
student Count
学生数量
created At
创建时间(ISO 8601 格式)
updated At
更新时间(ISO 8601 格式,可选)