lmw
2024-08-01 a036ac0c6c8d87f36e68f88f05231c3be23fcc4b
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
)