罗明文
22 小时以前 442124baa483f8d1c4aaca7ff81e15dd3f122363
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
)