From 2b5c893619ddf0955feafcfb4993009723ac4a17 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 29 三月 2024 15:34:18 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- proto/purchase_wms/purchase_wms_grpc.pb.go | 52 ++++++++++++++++++++++++++++++++++------------------ 1 files changed, 34 insertions(+), 18 deletions(-) diff --git a/proto/purchase_wms/purchase_wms_grpc.pb.go b/proto/purchase_wms/purchase_wms_grpc.pb.go index 1caf67d..347f50f 100644 --- a/proto/purchase_wms/purchase_wms_grpc.pb.go +++ b/proto/purchase_wms/purchase_wms_grpc.pb.go @@ -1,4 +1,8 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. +// versions: +// - protoc-gen-go-grpc v1.3.0 +// - protoc v3.19.0 +// source: purchase_wms.proto package purchase_wms @@ -13,6 +17,18 @@ // is compatible with the grpc package it is being compiled against. // Requires gRPC-Go v1.32.0 or later. const _ = grpc.SupportPackageIsVersion7 + +const ( + PurchaseService_PurchaseToWms_FullMethodName = "/PurchaseService/PurchaseToWms" + PurchaseService_UpdatePurchaseStatus_FullMethodName = "/PurchaseService/UpdatePurchaseStatus" + PurchaseService_GetSupplierListByProductId_FullMethodName = "/PurchaseService/GetSupplierListByProductId" + PurchaseService_CreatePurchaseByWms_FullMethodName = "/PurchaseService/CreatePurchaseByWms" + PurchaseService_GetPurchaseInfo_FullMethodName = "/PurchaseService/GetPurchaseInfo" + PurchaseService_ExistSupplier_FullMethodName = "/PurchaseService/ExistSupplier" + PurchaseService_SrmGetWarehouseInfo_FullMethodName = "/PurchaseService/SrmGetWarehouseInfo" + PurchaseService_SrmGetOperationInfo_FullMethodName = "/PurchaseService/SrmGetOperationInfo" + PurchaseService_CreatePurchaseByAps_FullMethodName = "/PurchaseService/CreatePurchaseByAps" +) // PurchaseServiceClient is the client API for PurchaseService service. // @@ -39,7 +55,7 @@ func (c *purchaseServiceClient) PurchaseToWms(ctx context.Context, in *PurchaseToWmsRequest, opts ...grpc.CallOption) (*PurchaseToWmsResponse, error) { out := new(PurchaseToWmsResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/PurchaseToWms", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_PurchaseToWms_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -48,7 +64,7 @@ func (c *purchaseServiceClient) UpdatePurchaseStatus(ctx context.Context, in *UpdatePurchaseStatusRequest, opts ...grpc.CallOption) (*UpdatePurchaseStatusResponse, error) { out := new(UpdatePurchaseStatusResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/UpdatePurchaseStatus", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_UpdatePurchaseStatus_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -57,7 +73,7 @@ func (c *purchaseServiceClient) GetSupplierListByProductId(ctx context.Context, in *GetSupplierListByProductIdRequest, opts ...grpc.CallOption) (*GetSupplierListByProductIdResponse, error) { out := new(GetSupplierListByProductIdResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/GetSupplierListByProductId", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_GetSupplierListByProductId_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -66,7 +82,7 @@ func (c *purchaseServiceClient) CreatePurchaseByWms(ctx context.Context, in *CreatePurchaseByWmsRequest, opts ...grpc.CallOption) (*CreatePurchaseByWmsResponse, error) { out := new(CreatePurchaseByWmsResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/CreatePurchaseByWms", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_CreatePurchaseByWms_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -75,7 +91,7 @@ func (c *purchaseServiceClient) GetPurchaseInfo(ctx context.Context, in *GetPurchaseInfoRequest, opts ...grpc.CallOption) (*GetPurchaseInfoResponse, error) { out := new(GetPurchaseInfoResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/GetPurchaseInfo", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_GetPurchaseInfo_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -84,7 +100,7 @@ func (c *purchaseServiceClient) ExistSupplier(ctx context.Context, in *ExistSupplierRequest, opts ...grpc.CallOption) (*ExistSupplierResponse, error) { out := new(ExistSupplierResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/ExistSupplier", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_ExistSupplier_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -93,7 +109,7 @@ func (c *purchaseServiceClient) SrmGetWarehouseInfo(ctx context.Context, in *SrmGetWarehouseInfoRequest, opts ...grpc.CallOption) (*SrmGetWarehouseInfoResponse, error) { out := new(SrmGetWarehouseInfoResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/SrmGetWarehouseInfo", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_SrmGetWarehouseInfo_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -102,7 +118,7 @@ func (c *purchaseServiceClient) SrmGetOperationInfo(ctx context.Context, in *SrmGetOperationInfoRequest, opts ...grpc.CallOption) (*SrmGetOperationInfoResponse, error) { out := new(SrmGetOperationInfoResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/SrmGetOperationInfo", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_SrmGetOperationInfo_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -111,7 +127,7 @@ func (c *purchaseServiceClient) CreatePurchaseByAps(ctx context.Context, in *CreatePurchaseByApsRequest, opts ...grpc.CallOption) (*CreatePurchaseByWmsResponse, error) { out := new(CreatePurchaseByWmsResponse) - err := c.cc.Invoke(ctx, "/PurchaseService/CreatePurchaseByAps", in, out, opts...) + err := c.cc.Invoke(ctx, PurchaseService_CreatePurchaseByAps_FullMethodName, in, out, opts...) if err != nil { return nil, err } @@ -188,7 +204,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/PurchaseToWms", + FullMethod: PurchaseService_PurchaseToWms_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).PurchaseToWms(ctx, req.(*PurchaseToWmsRequest)) @@ -206,7 +222,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/UpdatePurchaseStatus", + FullMethod: PurchaseService_UpdatePurchaseStatus_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).UpdatePurchaseStatus(ctx, req.(*UpdatePurchaseStatusRequest)) @@ -224,7 +240,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/GetSupplierListByProductId", + FullMethod: PurchaseService_GetSupplierListByProductId_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).GetSupplierListByProductId(ctx, req.(*GetSupplierListByProductIdRequest)) @@ -242,7 +258,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/CreatePurchaseByWms", + FullMethod: PurchaseService_CreatePurchaseByWms_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).CreatePurchaseByWms(ctx, req.(*CreatePurchaseByWmsRequest)) @@ -260,7 +276,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/GetPurchaseInfo", + FullMethod: PurchaseService_GetPurchaseInfo_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).GetPurchaseInfo(ctx, req.(*GetPurchaseInfoRequest)) @@ -278,7 +294,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/ExistSupplier", + FullMethod: PurchaseService_ExistSupplier_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).ExistSupplier(ctx, req.(*ExistSupplierRequest)) @@ -296,7 +312,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/SrmGetWarehouseInfo", + FullMethod: PurchaseService_SrmGetWarehouseInfo_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).SrmGetWarehouseInfo(ctx, req.(*SrmGetWarehouseInfoRequest)) @@ -314,7 +330,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/SrmGetOperationInfo", + FullMethod: PurchaseService_SrmGetOperationInfo_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).SrmGetOperationInfo(ctx, req.(*SrmGetOperationInfoRequest)) @@ -332,7 +348,7 @@ } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/PurchaseService/CreatePurchaseByAps", + FullMethod: PurchaseService_CreatePurchaseByAps_FullMethodName, } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(PurchaseServiceServer).CreatePurchaseByAps(ctx, req.(*CreatePurchaseByApsRequest)) -- Gitblit v1.8.0