罗明文
2 天以前 aa512ff5fc428fbee046d6bc0761c3675023769e
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
)