feat: opt 开始组装

This commit is contained in:
2026-01-28 17:12:40 +08:00
parent 6ea6833396
commit bad565085a
3 changed files with 198 additions and 84 deletions

View File

@@ -39,6 +39,10 @@ class GjcWarehouse : Serializable {
var location: String = "" // uld
var checkInPc: Long = 0 // 入库件数
var checkInWeight: Double = 0.0 // 入库重量
set(value) {
field = value
onDataChanged?.invoke()
}
var assembleCount: Int = 0 // 已经组装的数量
// ========== UI扩展字段 ==========