feat: 国际出港仓库列表项新增第三行显示清仓备注

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-11 14:08:31 +08:00
parent 2ba70d1a09
commit 9dddb7c079
2 changed files with 24 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ data class GjcMaWb(
var reviewStatus: String? = null, // 审核状态0未审核1通过2退回
var tranFlag: String? = null, // 转运标志
var clearNormal: String? = null, // 清仓正常01
var clearRemark: String? = null, // 清仓备注
var allTally: String? = null, // 运单理货申报全部通过01为 1 时才允许全选该主单下的分单
// ==================== 操作信息 ====================