添加筛选
This commit is contained in:
parent
adfe4a7a0d
commit
f5b2dc86d1
@ -30,6 +30,7 @@ type ShipmentSearch struct {
|
|||||||
ContractDateStart *time.Time // 合同日期
|
ContractDateStart *time.Time // 合同日期
|
||||||
ContractDateEnd *time.Time // 合同日期
|
ContractDateEnd *time.Time // 合同日期
|
||||||
BanFlag int64 // 是否有效
|
BanFlag int64 // 是否有效
|
||||||
|
ShipmentNo string // shipmentNo
|
||||||
}
|
}
|
||||||
type ReplyShipmentList struct {
|
type ReplyShipmentList struct {
|
||||||
List []ShipmentItem `json:"list"`
|
List []ShipmentItem `json:"list"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user