SchoolInfo

constructor(id: String, name: String, logoUrl: String? = null, location: String? = null, description: String? = null, studentCount: Int? = null)

Parameters

id

学校 ID

name

学校名称

logoUrl

学校 Logo URL

location

学校位置

description

学校描述(可选)

studentCount

学生数量(可选)