[2.14.0]fix录包工具Bag列表显示问题

This commit is contained in:
xuxinchao
2023-02-19 22:32:40 +08:00
parent 09e88c13f6
commit 37c93969ea
3 changed files with 48 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ package com.mogo.eagle.core.data.badcase
class BagInfoEntity(){
var key: Long = 0// bag key值
var totalSize: Long = 0// 所有子包或合并后的包的总大小
var timestamp: String ?= null// 时间戳
var timestamp: String = ""// 时间戳
var bagPath: String ?= null// bag所在路径
var mergeStat: Boolean = false// 合并状态
var uploadStat: Boolean = false// 上传cos桶状态