lmw
2025-05-22 b6d14ec6c19cddb1c8caf1d024e77d250a203929
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
)