fix: 解析omdb高程数据-道路标牌和杆状物

This commit is contained in:
2023-07-27 15:53:24 +08:00
parent 7ad3fcbbb4
commit 1188e470bb
6 changed files with 136 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
package com.navinfo.omqs.bean
import com.google.gson.annotations.Expose
import com.navinfo.collect.library.data.entity.RenderEntity
import com.navinfo.omqs.db.ImportPreProcess
import kotlin.reflect.KFunction
@@ -8,8 +9,11 @@ import kotlin.reflect.full.declaredMemberFunctions
class ImportConfig {
@Expose
var tableMap: MutableMap<String, TableInfo> = mutableMapOf()
@Expose
val tableGroupName: String = "OMDB数据"
@Expose
var checked : Boolean = true
val preProcess: ImportPreProcess = ImportPreProcess()