[6.6.0]接管记录
This commit is contained in:
@@ -10,7 +10,9 @@ package com.mogo.eagle.core.data.deva.report
|
||||
* @param lineName 行驶路线
|
||||
* @param reportNote 上报描述
|
||||
* @param reportStatus 上传状态 false:未上传,可编辑 true:已上传,不可编辑
|
||||
* @param selectStatus 选择状态
|
||||
*/
|
||||
data class TakeOverRecordInfo(var faultStartTime: Long, var address:String,
|
||||
var level1Id: Int, var level2Id: Int, var level3Id: Int,
|
||||
var lineName: String, var reportNote: String, var reportStatus: Boolean)
|
||||
var lineName: String, var reportNote: String,
|
||||
var reportStatus: Boolean,var selectStatus: Boolean)
|
||||
Reference in New Issue
Block a user