问题修复
This commit is contained in:
@@ -19,7 +19,7 @@ type ExchangeSettlementSearch struct {
|
||||
InvoiceSerial string // 出运发票号
|
||||
CustomIds []int64 // 客户筛选
|
||||
StaffIds []int64 // 业务员筛选
|
||||
IsCancel int64 // 是否有效
|
||||
BanFlag int64 // 是否有效
|
||||
ExchangeSettlementIds []int64 // 结汇id
|
||||
}
|
||||
type ReplyExchangeSettlementList struct {
|
||||
@@ -39,7 +39,7 @@ type ExchangeSettlementItem 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"`
|
||||
@@ -80,7 +80,7 @@ type ReplyExchangeSettlementInfo struct {
|
||||
Info string `json:"info"`
|
||||
CustomsInvoiceDate *time.Time `json:"customsInvoiceDate"`
|
||||
VesselNameVoyage string `json:"vesselNameVoyage"`
|
||||
IsCancel int64 `json:"isCancel"`
|
||||
BanFlag int64 `json:"banFlag"`
|
||||
RecBankAddress string `json:"recBankAddress"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user