| | |
| | | |
| | | option go_package = "./purchase_wms"; |
| | | |
| | | import "common.proto"; |
| | | |
| | | service PurchaseService { |
| | | rpc PurchaseToWms(PurchaseToWmsRequest) returns (PurchaseToWmsResponse); |
| | | rpc UpdatePurchaseStatus(UpdatePurchaseStatusRequest) returns (UpdatePurchaseStatusResponse) {} |
| | |
| | | int64 SupplierId = 4;//供应商id |
| | | string WarehouseName = 5;//仓库名称 |
| | | repeated PurchaseProduct Product = 6; |
| | | OperationSource OperationSource = 7; |
| | | string SalesDetailsNumber = 8; |
| | | } |
| | | |
| | | message PurchaseToWmsResponse { |
| | |
| | | //--------------------------------------------------SrmGetOperationInfo--------------------------------------- |
| | | message SrmGetOperationInfoRequest{ |
| | | string number = 1; |
| | | OperationSource OperationSource = 2; |
| | | string SalesDetailsNumber = 3; |
| | | } |
| | | |
| | | message SrmOperation{ |