部署
This commit is contained in:
@@ -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 获取商品
|
||||
|
||||
Reference in New Issue
Block a user