Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS
This commit is contained in:
@@ -3,10 +3,13 @@ package com.navinfo.omqs.bean
|
||||
|
||||
class ImportConfig {
|
||||
var tables: MutableList<TableInfo> = mutableListOf()
|
||||
val tableGroupName: String = "OMDB数据"
|
||||
var checked : Boolean = true
|
||||
}
|
||||
|
||||
class TableInfo {
|
||||
val table: String = ""
|
||||
val code: Int = 0
|
||||
val name: String = ""
|
||||
var checked : Boolean = true
|
||||
}
|
||||
Reference in New Issue
Block a user