We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e739f1d commit 72d5ae1Copy full SHA for 72d5ae1
manager/src/main/java/com/cc/control/bean/DeviceListBean.kt
@@ -32,6 +32,7 @@ data class DeviceListBean(val records: List<Records> = listOf()) {
32
var versionEigenValue: Int = 0,// 1:2a26 ,2:2a28
33
var isMerit: Int = 0, // 1是0否
34
var otaProtocol: Int = 0,//ota协议
35
+ var brandType: Int = 0,//品牌类型:1-merit,2-绝影
36
var showMedal: Boolean = false,//显示勋章
37
var featureDescription: List<FeatureDescription>? = listOf(),
38
) : Parcelable {
0 commit comments