Skip to content

Commit 72d5ae1

Browse files
author
cc
committed
review 添加品牌分类
1 parent e739f1d commit 72d5ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manager/src/main/java/com/cc/control/bean/DeviceListBean.kt

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ data class DeviceListBean(val records: List<Records> = listOf()) {
3232
var versionEigenValue: Int = 0,// 1:2a26 ,2:2a28
3333
var isMerit: Int = 0, // 1是0否
3434
var otaProtocol: Int = 0,//ota协议
35+
var brandType: Int = 0,//品牌类型:1-merit,2-绝影
3536
var showMedal: Boolean = false,//显示勋章
3637
var featureDescription: List<FeatureDescription>? = listOf(),
3738
) : Parcelable {

0 commit comments

Comments
 (0)