feat: 开始组装 opt
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.lukouguoji.module_base.bean
|
||||
|
||||
import androidx.databinding.ObservableBoolean
|
||||
|
||||
/**
|
||||
* 运单列表Bean(右侧运单列表)
|
||||
*/
|
||||
@@ -15,4 +17,7 @@ class AssembleWaybillBean {
|
||||
val fLightInfo: String
|
||||
get() = "$fno/${fdate.replace("-", "")}"
|
||||
|
||||
// ========== UI扩展字段 ==========
|
||||
val isSelected: ObservableBoolean = ObservableBoolean(false) // 选中状态
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user