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