对数据插入进行优化重构

This commit is contained in:
qiji4215
2023-09-13 17:53:12 +08:00
parent de0a1e3223
commit c3d9ed5a2f
7 changed files with 379 additions and 250 deletions

View File

@@ -125,6 +125,9 @@ class TableInfo {
val zoomMin: Int = 16
val zoomMax: Int = 21
val checkLinkId: Boolean = true//是否需要校验linkid
val filterData : Boolean = false//是否需要过滤数据
val existSubCode : Boolean = false//是否存在子编码
val catch: Boolean = false//是否需要捕捉 // 需要根据丹丹提供的捕捉原则进行设置参考文档W行设置条件https://navinfo.feishu.cn/sheets/shtcnfsxKZhekU26ezBcHgl7aWh?sheet=BZd6yM
val name: String = ""
var checked : Boolean = true