Merge branch 'master' of gitlab.navinfo.com:CollectVehicle/OneMapQS

 Conflicts:
	vtm
This commit is contained in:
squallzhjch
2023-06-29 17:23:12 +08:00
53 changed files with 1142 additions and 68 deletions

View File

@@ -33,6 +33,10 @@ open class QsRecordBean @JvmOverloads constructor(
*问题分类
*/
var classType: String = "",
/**
*要素代码
*/
var classCode: String = "",
/**
* 问题类型
*/
@@ -50,6 +54,7 @@ open class QsRecordBean @JvmOverloads constructor(
* 问题环节
*/
var problemLink: String = "",
/**
* 问题原因
* 根本原因RCA
@@ -96,6 +101,7 @@ open class QsRecordBean @JvmOverloads constructor(
elementId = elementId,
linkId = linkId,
classType = classType,
classCode = classCode,
problemType = problemType,
phenomenon = phenomenon,
description = description,