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