zhangqian
2024-04-07 f80c6068d5e2ae5b9101125497b4de88726e1d9e
proto/product_inventory.proto
@@ -128,6 +128,7 @@
message OrderProductOutputRequest {
  string OrderNumber = 1;//明细单编码
  repeated OutputProduct Products= 2;//发货明细
  int64    warehouseId = 3;//发货仓库ID
}
message OrderProductOutputResponse {