From 6dec2342316aecf4084c8f4efb43f33fbb72892f Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 09 四月 2024 14:07:43 +0800
Subject: [PATCH] 更新计量单位字典
---
proto/inventory_order/inventory_order_grpc.pb.go | 99 ++++++++++++++++++++++++++++++++++++++++---------
1 files changed, 80 insertions(+), 19 deletions(-)
diff --git a/proto/inventory_order/inventory_order_grpc.pb.go b/proto/inventory_order/inventory_order_grpc.pb.go
index 5c15855..2cccf05 100644
--- a/proto/inventory_order/inventory_order_grpc.pb.go
+++ b/proto/inventory_order/inventory_order_grpc.pb.go
@@ -1,8 +1,4 @@
// Code generated by protoc-gen-go-grpc. DO NOT EDIT.
-// versions:
-// - protoc-gen-go-grpc v1.3.0
-// - protoc v3.19.0
-// source: inventory_order.proto
package inventory_order
@@ -18,13 +14,6 @@
// Requires gRPC-Go v1.32.0 or later.
const _ = grpc.SupportPackageIsVersion7
-const (
- InventoryOrderService_CreateNewOrder_FullMethodName = "/inventoryOrderService/CreateNewOrder"
- InventoryOrderService_CreateOperationList_FullMethodName = "/inventoryOrderService/CreateOperationList"
- InventoryOrderService_UpdateMaterialApplyStatus_FullMethodName = "/inventoryOrderService/UpdateMaterialApplyStatus"
- InventoryOrderService_GetWarehouseInfo_FullMethodName = "/inventoryOrderService/GetWarehouseInfo"
-)
-
// InventoryOrderServiceClient is the client API for InventoryOrderService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
@@ -33,6 +22,8 @@
CreateOperationList(ctx context.Context, in *CreateOperationListRequest, opts ...grpc.CallOption) (*CreateOperationListResponse, error)
UpdateMaterialApplyStatus(ctx context.Context, in *UpdateMaterialApplyStatusRequest, opts ...grpc.CallOption) (*UpdateMaterialApplyStatusResponse, error)
GetWarehouseInfo(ctx context.Context, in *GetWarehouseInfoRequest, opts ...grpc.CallOption) (*GetWarehouseInfoResponse, error)
+ UpdateOutsourceOrder(ctx context.Context, in *UpdateOutsourceOrderRequest, opts ...grpc.CallOption) (*UpdateOutsourceOrderResponse, error)
+ GetOperationInfo(ctx context.Context, in *GetOperationInfoRequest, opts ...grpc.CallOption) (*GetOperationInfoResponse, error)
}
type inventoryOrderServiceClient struct {
@@ -45,7 +36,7 @@
func (c *inventoryOrderServiceClient) CreateNewOrder(ctx context.Context, in *CreateNewOrderRequest, opts ...grpc.CallOption) (*CreateNewOrderResponse, error) {
out := new(CreateNewOrderResponse)
- err := c.cc.Invoke(ctx, InventoryOrderService_CreateNewOrder_FullMethodName, in, out, opts...)
+ err := c.cc.Invoke(ctx, "/inventoryOrderService/CreateNewOrder", in, out, opts...)
if err != nil {
return nil, err
}
@@ -54,7 +45,7 @@
func (c *inventoryOrderServiceClient) CreateOperationList(ctx context.Context, in *CreateOperationListRequest, opts ...grpc.CallOption) (*CreateOperationListResponse, error) {
out := new(CreateOperationListResponse)
- err := c.cc.Invoke(ctx, InventoryOrderService_CreateOperationList_FullMethodName, in, out, opts...)
+ err := c.cc.Invoke(ctx, "/inventoryOrderService/CreateOperationList", in, out, opts...)
if err != nil {
return nil, err
}
@@ -63,7 +54,7 @@
func (c *inventoryOrderServiceClient) UpdateMaterialApplyStatus(ctx context.Context, in *UpdateMaterialApplyStatusRequest, opts ...grpc.CallOption) (*UpdateMaterialApplyStatusResponse, error) {
out := new(UpdateMaterialApplyStatusResponse)
- err := c.cc.Invoke(ctx, InventoryOrderService_UpdateMaterialApplyStatus_FullMethodName, in, out, opts...)
+ err := c.cc.Invoke(ctx, "/inventoryOrderService/UpdateMaterialApplyStatus", in, out, opts...)
if err != nil {
return nil, err
}
@@ -72,7 +63,25 @@
func (c *inventoryOrderServiceClient) GetWarehouseInfo(ctx context.Context, in *GetWarehouseInfoRequest, opts ...grpc.CallOption) (*GetWarehouseInfoResponse, error) {
out := new(GetWarehouseInfoResponse)
- err := c.cc.Invoke(ctx, InventoryOrderService_GetWarehouseInfo_FullMethodName, in, out, opts...)
+ err := c.cc.Invoke(ctx, "/inventoryOrderService/GetWarehouseInfo", in, out, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
+func (c *inventoryOrderServiceClient) UpdateOutsourceOrder(ctx context.Context, in *UpdateOutsourceOrderRequest, opts ...grpc.CallOption) (*UpdateOutsourceOrderResponse, error) {
+ out := new(UpdateOutsourceOrderResponse)
+ err := c.cc.Invoke(ctx, "/inventoryOrderService/UpdateOutsourceOrder", in, out, opts...)
+ if err != nil {
+ return nil, err
+ }
+ return out, nil
+}
+
+func (c *inventoryOrderServiceClient) GetOperationInfo(ctx context.Context, in *GetOperationInfoRequest, opts ...grpc.CallOption) (*GetOperationInfoResponse, error) {
+ out := new(GetOperationInfoResponse)
+ err := c.cc.Invoke(ctx, "/inventoryOrderService/GetOperationInfo", in, out, opts...)
if err != nil {
return nil, err
}
@@ -87,6 +96,8 @@
CreateOperationList(context.Context, *CreateOperationListRequest) (*CreateOperationListResponse, error)
UpdateMaterialApplyStatus(context.Context, *UpdateMaterialApplyStatusRequest) (*UpdateMaterialApplyStatusResponse, error)
GetWarehouseInfo(context.Context, *GetWarehouseInfoRequest) (*GetWarehouseInfoResponse, error)
+ UpdateOutsourceOrder(context.Context, *UpdateOutsourceOrderRequest) (*UpdateOutsourceOrderResponse, error)
+ GetOperationInfo(context.Context, *GetOperationInfoRequest) (*GetOperationInfoResponse, error)
mustEmbedUnimplementedInventoryOrderServiceServer()
}
@@ -105,6 +116,12 @@
}
func (UnimplementedInventoryOrderServiceServer) GetWarehouseInfo(context.Context, *GetWarehouseInfoRequest) (*GetWarehouseInfoResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetWarehouseInfo not implemented")
+}
+func (UnimplementedInventoryOrderServiceServer) UpdateOutsourceOrder(context.Context, *UpdateOutsourceOrderRequest) (*UpdateOutsourceOrderResponse, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method UpdateOutsourceOrder not implemented")
+}
+func (UnimplementedInventoryOrderServiceServer) GetOperationInfo(context.Context, *GetOperationInfoRequest) (*GetOperationInfoResponse, error) {
+ return nil, status.Errorf(codes.Unimplemented, "method GetOperationInfo not implemented")
}
func (UnimplementedInventoryOrderServiceServer) mustEmbedUnimplementedInventoryOrderServiceServer() {}
@@ -129,7 +146,7 @@
}
info := &grpc.UnaryServerInfo{
Server: srv,
- FullMethod: InventoryOrderService_CreateNewOrder_FullMethodName,
+ FullMethod: "/inventoryOrderService/CreateNewOrder",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(InventoryOrderServiceServer).CreateNewOrder(ctx, req.(*CreateNewOrderRequest))
@@ -147,7 +164,7 @@
}
info := &grpc.UnaryServerInfo{
Server: srv,
- FullMethod: InventoryOrderService_CreateOperationList_FullMethodName,
+ FullMethod: "/inventoryOrderService/CreateOperationList",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(InventoryOrderServiceServer).CreateOperationList(ctx, req.(*CreateOperationListRequest))
@@ -165,7 +182,7 @@
}
info := &grpc.UnaryServerInfo{
Server: srv,
- FullMethod: InventoryOrderService_UpdateMaterialApplyStatus_FullMethodName,
+ FullMethod: "/inventoryOrderService/UpdateMaterialApplyStatus",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(InventoryOrderServiceServer).UpdateMaterialApplyStatus(ctx, req.(*UpdateMaterialApplyStatusRequest))
@@ -183,10 +200,46 @@
}
info := &grpc.UnaryServerInfo{
Server: srv,
- FullMethod: InventoryOrderService_GetWarehouseInfo_FullMethodName,
+ FullMethod: "/inventoryOrderService/GetWarehouseInfo",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(InventoryOrderServiceServer).GetWarehouseInfo(ctx, req.(*GetWarehouseInfoRequest))
+ }
+ return interceptor(ctx, in, info, handler)
+}
+
+func _InventoryOrderService_UpdateOutsourceOrder_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(UpdateOutsourceOrderRequest)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ if interceptor == nil {
+ return srv.(InventoryOrderServiceServer).UpdateOutsourceOrder(ctx, in)
+ }
+ info := &grpc.UnaryServerInfo{
+ Server: srv,
+ FullMethod: "/inventoryOrderService/UpdateOutsourceOrder",
+ }
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+ return srv.(InventoryOrderServiceServer).UpdateOutsourceOrder(ctx, req.(*UpdateOutsourceOrderRequest))
+ }
+ return interceptor(ctx, in, info, handler)
+}
+
+func _InventoryOrderService_GetOperationInfo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
+ in := new(GetOperationInfoRequest)
+ if err := dec(in); err != nil {
+ return nil, err
+ }
+ if interceptor == nil {
+ return srv.(InventoryOrderServiceServer).GetOperationInfo(ctx, in)
+ }
+ info := &grpc.UnaryServerInfo{
+ Server: srv,
+ FullMethod: "/inventoryOrderService/GetOperationInfo",
+ }
+ handler := func(ctx context.Context, req interface{}) (interface{}, error) {
+ return srv.(InventoryOrderServiceServer).GetOperationInfo(ctx, req.(*GetOperationInfoRequest))
}
return interceptor(ctx, in, info, handler)
}
@@ -214,6 +267,14 @@
MethodName: "GetWarehouseInfo",
Handler: _InventoryOrderService_GetWarehouseInfo_Handler,
},
+ {
+ MethodName: "UpdateOutsourceOrder",
+ Handler: _InventoryOrderService_UpdateOutsourceOrder_Handler,
+ },
+ {
+ MethodName: "GetOperationInfo",
+ Handler: _InventoryOrderService_GetOperationInfo_Handler,
+ },
},
Streams: []grpc.StreamDesc{},
Metadata: "inventory_order.proto",
--
Gitblit v1.8.0