部署
This commit is contained in:
@@ -17,8 +17,12 @@ type ArgsSaleList struct {
|
||||
Search SaleSearch
|
||||
}
|
||||
type SaleSearch struct {
|
||||
PiSerial string // pi
|
||||
PoSerial string // po
|
||||
PiSerial string // pi
|
||||
PoSerial string // po
|
||||
CustomIds []int64 // 客户
|
||||
PurchaseStatus []int64 // 采购状态
|
||||
ShipmentStatus []int64 // 出舱状态
|
||||
CreatedStaffIds []int64 // 业务员
|
||||
}
|
||||
type ReplySaleList struct {
|
||||
List []SaleItem `json:"list"`
|
||||
|
||||
Reference in New Issue
Block a user