SpeciesInfo

@Serializable
data class SpeciesInfo(val name: String, val count: Int)

物种信息 表示一个物种的统计信息

Parameters

name

物种名称

count

该物种的用户数量

Constructors

Link copied to clipboard
constructor(name: String, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard