[6.2.0]消息盒子司机端FM信息

This commit is contained in:
xuxinchao
2023-11-14 18:33:00 +08:00
parent 8837105db6
commit d465b4e875
19 changed files with 722 additions and 53 deletions

View File

@@ -8,7 +8,9 @@ import java.io.Serializable
*/
data class FMInfoMsg(
var fmInfoList: List<FmInfo.FaultInfo>?,
var policyCode: String?
var policyCode: String?,
var policyTime: Long?,
var isShow: Boolean
) : Serializable
/**