feat: 实现国际进港电报详情页编辑与报文生成功能

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-05 16:13:30 +08:00
parent 3f56614df8
commit b2cc0059b3
5 changed files with 82 additions and 51 deletions

View File

@@ -23,7 +23,8 @@ class MsgReceivePool(
var interfaceType: String = "" // 接口类型
) : BaseObservable(), ICheck {
// 选中状态
// 选中状态UI状态不参与序列化
@Transient
val checked = ObservableBoolean(false)
override fun getCheckObservable() = checked