This commit is contained in:
2024-08-19 17:49:26 +08:00
parent 65c59f2c7b
commit 246c7a4922
11 changed files with 371 additions and 10 deletions

View File

@@ -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"`