liujiandao
2023-12-28 f8199011df53b4d88ce1268e8e1ff4196a9ef127
proto/purchase_wms.proto
@@ -8,6 +8,7 @@
  rpc GetSupplierListByProductId(GetSupplierListByProductIdRequest) returns (GetSupplierListByProductIdResponse) {}
  rpc CreatePurchaseByWms(CreatePurchaseByWmsRequest) returns (CreatePurchaseByWmsResponse) {}
  rpc GetPurchaseInfo(GetPurchaseInfoRequest) returns (GetPurchaseInfoResponse) {}
  rpc ExistSupplier(ExistSupplierRequest) returns (ExistSupplierResponse) {}
}
//------------------------------------------PurchaseToWms--------------------------------
@@ -92,5 +93,15 @@
  repeated PurchaseInfo Infos = 1;
}
//--------------------------------------------------ExistSupplier---------------------------------------
message ExistSupplierRequest {
  repeated string ProductId = 1;
}
message ExistSupplierResponse {
  bool Exist = 1;
}