This commit is contained in:
2024-09-26 16:58:48 +08:00
parent afabe1816b
commit 844533c5db
9 changed files with 500 additions and 80 deletions

View File

@@ -68,9 +68,10 @@ type SaleProductItem struct {
UpdatedAt *time.Time `json:"updatedAt"`
}
type ArgsSaleProductSearch struct {
ShipmentId int64 // 出舱单
SaleIds []int64 // 销售合同
PiSerial string // pi号
ShipmentId int64 // 出舱单
SaleIds []int64 // 销售合同
PiSerial string // pi号
ShipmentSaleProductIds []int64 // 出舱单商品id
}
// All @TITLE 获取商品