[6.9.0]消息盒子调整OTA升级结果ICON显示
This commit is contained in:
@@ -6,6 +6,9 @@ import java.io.Serializable
|
||||
|
||||
/**
|
||||
* OTA升级相关消息
|
||||
* @param type 类型 “成功” “失败” 代表OTA升级结果
|
||||
* @param title OTA升级结果标题
|
||||
* @param des OTA升级结果内容
|
||||
*/
|
||||
data class OTAMsg(var type: String = "", var title: String? = "", var des: String? = ""):
|
||||
Serializable {
|
||||
|
||||
Reference in New Issue
Block a user