zhangqian
2024-06-26 2531387e99a35c0717df28da79fcc1f46dbf7a4c
proto/purchase_wms.proto
@@ -31,6 +31,7 @@
  string WarehouseName = 5;//仓库名称
  repeated PurchaseProduct Product = 6;
  OperationSource OperationSource = 7;
  string SalesDetailsNumber = 8;
}
message PurchaseToWmsResponse {
@@ -133,6 +134,8 @@
//--------------------------------------------------SrmGetOperationInfo---------------------------------------
message SrmGetOperationInfoRequest{
  string number = 1;
  OperationSource OperationSource = 2;
  string SalesDetailsNumber = 3;
}
message SrmOperation{