部署
This commit is contained in:
@@ -21,6 +21,7 @@ type CustomsSearch struct {
|
||||
CustomIds []int64 // 客户筛选
|
||||
StaffIds []int64 // 业务员筛选
|
||||
IsCancel int64 // 是否有效
|
||||
CustomsIds []int64 // 报关id
|
||||
}
|
||||
type ReplyCustomsList struct {
|
||||
List []CustomsItem `json:"list"`
|
||||
|
||||
@@ -15,11 +15,12 @@ type ArgsExchangeSettlementList struct {
|
||||
Search ExchangeSettlementSearch
|
||||
}
|
||||
type ExchangeSettlementSearch struct {
|
||||
ExchangeSettlementNo string // 结汇单号
|
||||
InvoiceSerial string // 出运发票号
|
||||
CustomIds []int64 // 客户筛选
|
||||
StaffIds []int64 // 业务员筛选
|
||||
IsCancel int64 // 是否有效
|
||||
ExchangeSettlementNo string // 结汇单号
|
||||
InvoiceSerial string // 出运发票号
|
||||
CustomIds []int64 // 客户筛选
|
||||
StaffIds []int64 // 业务员筛选
|
||||
IsCancel int64 // 是否有效
|
||||
ExchangeSettlementIds []int64 // 结汇id
|
||||
}
|
||||
type ReplyExchangeSettlementList struct {
|
||||
List []ExchangeSettlementItem `json:"list"`
|
||||
|
||||
@@ -21,6 +21,7 @@ type SerialSearch struct {
|
||||
CustomIds []int64 // 客户筛选
|
||||
StaffIds []int64 // 业务员筛选
|
||||
IsCancel int64 // 是否有效
|
||||
SerialIds []int64 // 商检id
|
||||
}
|
||||
type ReplySerialList struct {
|
||||
List []SerialItem `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user