修改离线地图下载,数据下载安装

This commit is contained in:
squallzhjch
2023-05-08 14:26:12 +08:00
parent 94ce90b680
commit 840bd24b7c
6 changed files with 54 additions and 48 deletions

View File

@@ -48,6 +48,6 @@ data class EvaluationInfo(
val evaluationDate: String = "",//测评日期(yyyy-mm-dd)
@SerializedName("evaluationWay")
val evaluationWay: String = ""//测评方式
val evaluationWay: String = "现场测评"//测评方式
) : Parcelable