Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS into origin
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+6
-2
@@ -93,8 +93,11 @@ open class QsRecordBean @JvmOverloads constructor(
|
||||
* 显示坐标
|
||||
*/
|
||||
var guideGeometry: String = "",
|
||||
|
||||
) : RealmObject() {
|
||||
/**
|
||||
* 备份数据
|
||||
*/
|
||||
var remarks: String = "",
|
||||
) : RealmObject() {
|
||||
|
||||
fun copy(): QsRecordBean {
|
||||
val qs = QsRecordBean(
|
||||
@@ -115,6 +118,7 @@ open class QsRecordBean @JvmOverloads constructor(
|
||||
t_lifecycle = t_lifecycle,
|
||||
t_status = t_status,
|
||||
attachmentBeanList = attachmentBeanList,
|
||||
remarks = remarks,
|
||||
)
|
||||
qs.geometry = geometry
|
||||
return qs
|
||||
|
||||
Reference in New Issue
Block a user