问题修复

This commit is contained in:
2024-10-23 11:56:33 +08:00
parent b3676f6b2f
commit 206ed11cec
7 changed files with 37 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ type CustomsSearch struct {
InvoiceSerial string // 出运发票号
CustomIds []int64 // 客户筛选
StaffIds []int64 // 业务员筛选
IsCancel int64 // 是否有效
BanFlag int64 // 是否有效
CustomsIds []int64 // 报关id
}
type ReplyCustomsList struct {
@@ -40,7 +40,7 @@ type CustomsItem struct {
EstSailingDate *time.Time `json:"estSailingDate"`
ShipPort string `json:"shipPort"`
DischargePort string `json:"dischargePort"`
IsCancel int64 `json:"isCancel"`
BanFlag int64 `json:"banFlag"`
CreatedStaffId int64 `json:"createdStaffId"`
CreatedAt *time.Time `json:"createdAt"`
UpdatedAt *time.Time `json:"updatedAt"`
@@ -60,7 +60,7 @@ type ReplyCustomsInfo struct {
ReplyShipmentInfo
CustomsNo string `json:"customsNo"`
ShipmentId int64 `json:"shipmentId"`
IsCancel int64 `json:"isCancel"`
BanFlag int64 `json:"banFlag"`
}
// Info @TITLE 详情