[opt] 弱网缓存处理

This commit is contained in:
wangmingjun
2023-03-30 18:02:08 +08:00
parent bf60ded6a5
commit dec5d11208
17 changed files with 198 additions and 134 deletions

View File

@@ -1,12 +0,0 @@
package com.mogo.och.data.bean
/**
* @author: wangmingjun
* @date: 2023/3/27
*/
object BusCacheKey{
const val BUS_LINE_CACHE = "bus_line_cache"
}
data class LoginCacheStatus(var login: Boolean,var updateTime: Long)