lmw
2 天以前 9904e5f900ba751c1fe719cdf889f00e9f1418e8
1
2
3
4
5
6
7
8
package com.dollearn.student.network.entity
 
data class ScanResultBean(
    val scan_type: Int =0,//扫码类型:1000:游戏,1001:运动营,1002:场地
    val id: String="", //运动营/场地/游戏ID
    val space_id: Int,//场地ID
    val sutu_id: Int//设备ID
)