[8.5.0]
[16s拦截去掉]
This commit is contained in:
@@ -11,6 +11,17 @@ import java.util.Objects
|
||||
* @author tongchenfei
|
||||
*/
|
||||
open class BusStationBean {
|
||||
companion object{
|
||||
const val drivingStatusInit = 0//0初始值
|
||||
const val drivingStatusPassed = 1//1已经过
|
||||
const val drivingStatusCurrent = 2//2当前站
|
||||
const val drivingStatusNotArrived = 3//3未到站
|
||||
|
||||
const val tagInit = 0//0初始值
|
||||
const val tagNormal = 1//1正常停靠
|
||||
const val tagSkip = 2//2 需要跳过
|
||||
}
|
||||
|
||||
var siteId: Int = 0
|
||||
|
||||
@JvmField
|
||||
|
||||
Reference in New Issue
Block a user