liujiandao
2024-03-22 0fd3231799d9185af352dcbc4f8e14df5e0f0233
proto/purchase_wms.proto
@@ -23,9 +23,11 @@
message PurchaseToWmsRequest {
  string Number = 1; //采购编号
  string SupplierName = 2; //供应商
  string SupplierName = 2; //供应商名称
  string Source = 3;//来源
  repeated PurchaseProduct Product = 4;
  int64 SupplierId = 4;//供应商id
  string WarehouseName = 5;//仓库名称
  repeated PurchaseProduct Product = 6;
}
message PurchaseToWmsResponse {