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