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