增加要素是否捕捉控制参数

This commit is contained in:
qiji4215
2023-09-01 10:26:45 +08:00
parent 8fe236922e
commit 94c9b8fd4f
10 changed files with 150 additions and 15 deletions

View File

@@ -122,6 +122,7 @@ class TableInfo {
val zoomMin: Int = 16
val zoomMax: Int = 21
val checkLinkId: Boolean = true//是否需要校验linkid
val catch: Boolean = true//是否需要捕捉
val name: String = ""
var checked : Boolean = true
var transformer: MutableList<Transform> = mutableListOf()