feat: opt ui

This commit is contained in:
2025-12-15 15:59:12 +08:00
parent 0531f5e0c4
commit 7650a835f2
9 changed files with 165 additions and 41 deletions

View File

@@ -21,7 +21,7 @@ data class GjcMaWb(
var fno: String? = null, // 航班号
var fdate: Date? = null, // 航班日期
var flight: String? = null, // 航班: 航班日期/航班号
var fclose: Date? = null, // 航班关闭时间
var fclose: String? = null, // 航班关闭时间
var scheduledTackOff: Date? = null, // 计划起飞时间
var scheduledArrival: Date? = null, // 预计到达时间
@@ -80,7 +80,7 @@ data class GjcMaWb(
var tranFlag: String? = null, // 转运标志
// ==================== 操作信息 ====================
var opDate: Date? = null, // 操作时间(入库时间)
var opDate: String? = null, // 操作时间(入库时间)
var opId: String? = null, // 操作员id
var paperTime: Date? = null, // 单证时间