feat: 开始组装

This commit is contained in:
2025-12-16 15:36:13 +08:00
parent ced24685ee
commit 644c937476
3 changed files with 11 additions and 1 deletions

View File

@@ -9,4 +9,10 @@ class AssembleWaybillBean {
var weight: String = "" // 重量
var flight: String = "" // 配载航班
var isMarked: Boolean = false // 是否标记(红色显示)
var fno: String = ""
var fdate: String = ""
val fLightInfo: String
get() = "$fno/${fdate.replace("-", "")}"
}