修改任务新增link刷新列表崩溃问题
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.navinfo.collect.library.data.entity
|
||||
|
||||
import com.navinfo.collect.library.utils.GeometryTools
|
||||
import com.navinfo.collect.library.utils.GeometryToolsKt
|
||||
import io.realm.RealmObject
|
||||
import io.realm.annotations.PrimaryKey
|
||||
|
||||
@@ -12,11 +14,13 @@ open class HadLinkDvoBean @JvmOverloads constructor(
|
||||
* 图幅号
|
||||
*/
|
||||
var mesh: String = "",
|
||||
|
||||
/**
|
||||
* linkPid
|
||||
*/
|
||||
@PrimaryKey
|
||||
var linkPid: String = "",
|
||||
|
||||
/**
|
||||
* (几何)加偏后
|
||||
*/
|
||||
@@ -31,10 +35,12 @@ open class HadLinkDvoBean @JvmOverloads constructor(
|
||||
* 1:源库link,2:选择link 3:现场新增
|
||||
*/
|
||||
var linkStatus: Int = 1,
|
||||
|
||||
/**
|
||||
* 详细属性
|
||||
*/
|
||||
var linkInfo: LinkInfoBean? = null,
|
||||
|
||||
/**
|
||||
* 长度(米)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user