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

This commit is contained in:
squallzhjch
2023-07-07 13:55:31 +08:00
17 changed files with 721 additions and 163 deletions

View File

@@ -55,6 +55,11 @@ open class TaskBean @JvmOverloads constructor(
*/
var status: Int = 0,
/**
* 操作时间
*/
var operationTime: Long = 0L,
/**
* 上传状态
*/
@@ -69,5 +74,4 @@ open class TaskBean @JvmOverloads constructor(
fun getDownLoadUrl(): String {
return "${Constant.SERVER_ADDRESS}devcp/downFile?fileStr=$id"
}
}