feat: no -> whNo

This commit is contained in:
2026-01-12 11:30:07 +08:00
parent fa6e5f01b4
commit 8e3e604ed3
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ package com.lukouguoji.module_base.bean
data class GjcCheckInPage(
var fdate: String? = null, // 航班日期
var fno: String? = null, // 航班号
var no: String? = null, // 运单号
var whNo: String? = null, // 运单号
var hno: String? = null, // 分单号
var pageNum: Int = 1, // 页码
var pageSize: Int = 10 // 每页条数