zhangqian
2024-04-07 97117fd9c18e1f1032e1b8b92ddab55d3e320d3a
wms/product_inventory_protomsg/product_inventory.pb.go
File was renamed from wms/product_inventory/product_inventory.pb.go
@@ -4,10 +4,10 @@
//    protoc        v3.19.0
// source: wms/product_inventory/product_inventory.proto
package product_inventory
package product_inventory_protomsg
import (
   common "basic.com/aps/protomsg.git/wms/common"
   common_protomsg "basic.com/aps/protomsg.git/wms/common_protomsg"
   protoreflect "google.golang.org/protobuf/reflect/protoreflect"
   protoimpl "google.golang.org/protobuf/runtime/protoimpl"
   reflect "reflect"
@@ -72,16 +72,16 @@
   sizeCache     protoimpl.SizeCache
   unknownFields protoimpl.UnknownFields
   Number          string                 `protobuf:"bytes,1,opt,name=Number,proto3" json:"Number,omitempty"`       //明细单编码
   Addressee       string                 `protobuf:"bytes,2,opt,name=Addressee,proto3" json:"Addressee,omitempty"` //收货人
   Address         string                 `protobuf:"bytes,3,opt,name=Address,proto3" json:"Address,omitempty"`     //收货地址
   Phone           string                 `protobuf:"bytes,4,opt,name=Phone,proto3" json:"Phone,omitempty"`
   DeliverType     int32                  `protobuf:"varint,5,opt,name=DeliverType,proto3" json:"DeliverType,omitempty"` //交付类型
   Source          string                 `protobuf:"bytes,6,opt,name=Source,proto3" json:"Source,omitempty"`
   ClientId        int64                  `protobuf:"varint,7,opt,name=ClientId,proto3" json:"ClientId,omitempty"`
   ClientName      string                 `protobuf:"bytes,8,opt,name=ClientName,proto3" json:"ClientName,omitempty"`
   ProductList     []*InventoryProduct    `protobuf:"bytes,9,rep,name=ProductList,proto3" json:"ProductList,omitempty"`
   OperationSource common.OperationSource `protobuf:"varint,10,opt,name=OperationSource,proto3,enum=OperationSource" json:"OperationSource,omitempty"`
   Number          string                          `protobuf:"bytes,1,opt,name=Number,proto3" json:"Number,omitempty"`       //明细单编码
   Addressee       string                          `protobuf:"bytes,2,opt,name=Addressee,proto3" json:"Addressee,omitempty"` //收货人
   Address         string                          `protobuf:"bytes,3,opt,name=Address,proto3" json:"Address,omitempty"`     //收货地址
   Phone           string                          `protobuf:"bytes,4,opt,name=Phone,proto3" json:"Phone,omitempty"`
   DeliverType     int32                           `protobuf:"varint,5,opt,name=DeliverType,proto3" json:"DeliverType,omitempty"` //交付类型
   Source          string                          `protobuf:"bytes,6,opt,name=Source,proto3" json:"Source,omitempty"`
   ClientId        int64                           `protobuf:"varint,7,opt,name=ClientId,proto3" json:"ClientId,omitempty"`
   ClientName      string                          `protobuf:"bytes,8,opt,name=ClientName,proto3" json:"ClientName,omitempty"`
   ProductList     []*InventoryProduct             `protobuf:"bytes,9,rep,name=ProductList,proto3" json:"ProductList,omitempty"`
   OperationSource common_protomsg.OperationSource `protobuf:"varint,10,opt,name=OperationSource,proto3,enum=OperationSource" json:"OperationSource,omitempty"`
}
func (x *CreateOperationRequest) Reset() {
@@ -179,11 +179,11 @@
   return nil
}
func (x *CreateOperationRequest) GetOperationSource() common.OperationSource {
func (x *CreateOperationRequest) GetOperationSource() common_protomsg.OperationSource {
   if x != nil {
      return x.OperationSource
   }
   return common.OperationSource(0)
   return common_protomsg.OperationSource(0)
}
type InventoryProduct struct {
@@ -1373,10 +1373,11 @@
   0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
   0x1f, 0x2e, 0x47, 0x65, 0x74, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61,
   0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
   0x22, 0x00, 0x42, 0x32, 0x5a, 0x30, 0x62, 0x61, 0x73, 0x69, 0x63, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
   0x22, 0x00, 0x42, 0x3b, 0x5a, 0x39, 0x62, 0x61, 0x73, 0x69, 0x63, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
   0x61, 0x70, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x6d, 0x73, 0x67, 0x2e, 0x67, 0x69, 0x74,
   0x2f, 0x77, 0x6d, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x64, 0x75, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76,
   0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   0x65, 0x6e, 0x74, 0x6f, 0x72, 0x79, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x6d, 0x73, 0x67, 0x62,
   0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
}
var (
@@ -1411,7 +1412,7 @@
   (*OrderProductOutputResponse)(nil),         // 14: OrderProductOutputResponse
   (*GetOutputOperationInfoRequest)(nil),      // 15: GetOutputOperationInfoRequest
   (*GetOutputOperationInfoResponse)(nil),     // 16: GetOutputOperationInfoResponse
   (common.OperationSource)(0),                // 17: OperationSource
   (common_protomsg.OperationSource)(0),       // 17: OperationSource
}
var file_wms_product_inventory_product_inventory_proto_depIdxs = []int32{
   2,  // 0: CreateOperationRequest.ProductList:type_name -> InventoryProduct