WAddCustomerFromWxTask.pb.go 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v3.19.4
  5. // source: wecom/WAddCustomerFromWxTask.proto
  6. package wecom
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type AddCustomerFromWxTaskMessage struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. WxId int64 `protobuf:"varint,1,opt,name=WxId,proto3" json:"WxId,omitempty"` //
  23. Count int32 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"` // 添加的个数
  24. Index int32 `protobuf:"varint,3,opt,name=Index,proto3" json:"Index,omitempty"` // 添加的起始位置
  25. Msg string `protobuf:"bytes,4,opt,name=Msg,proto3" json:"Msg,omitempty"` // 招呼语,缺省:你好这是我的企业微信,以后也可以在这里与我联系。
  26. TaskId int64 `protobuf:"varint,5,opt,name=TaskId,proto3" json:"TaskId,omitempty"`
  27. unknownFields protoimpl.UnknownFields
  28. sizeCache protoimpl.SizeCache
  29. }
  30. func (x *AddCustomerFromWxTaskMessage) Reset() {
  31. *x = AddCustomerFromWxTaskMessage{}
  32. mi := &file_wecom_WAddCustomerFromWxTask_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. func (x *AddCustomerFromWxTaskMessage) String() string {
  37. return protoimpl.X.MessageStringOf(x)
  38. }
  39. func (*AddCustomerFromWxTaskMessage) ProtoMessage() {}
  40. func (x *AddCustomerFromWxTaskMessage) ProtoReflect() protoreflect.Message {
  41. mi := &file_wecom_WAddCustomerFromWxTask_proto_msgTypes[0]
  42. if x != nil {
  43. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  44. if ms.LoadMessageInfo() == nil {
  45. ms.StoreMessageInfo(mi)
  46. }
  47. return ms
  48. }
  49. return mi.MessageOf(x)
  50. }
  51. // Deprecated: Use AddCustomerFromWxTaskMessage.ProtoReflect.Descriptor instead.
  52. func (*AddCustomerFromWxTaskMessage) Descriptor() ([]byte, []int) {
  53. return file_wecom_WAddCustomerFromWxTask_proto_rawDescGZIP(), []int{0}
  54. }
  55. func (x *AddCustomerFromWxTaskMessage) GetWxId() int64 {
  56. if x != nil {
  57. return x.WxId
  58. }
  59. return 0
  60. }
  61. func (x *AddCustomerFromWxTaskMessage) GetCount() int32 {
  62. if x != nil {
  63. return x.Count
  64. }
  65. return 0
  66. }
  67. func (x *AddCustomerFromWxTaskMessage) GetIndex() int32 {
  68. if x != nil {
  69. return x.Index
  70. }
  71. return 0
  72. }
  73. func (x *AddCustomerFromWxTaskMessage) GetMsg() string {
  74. if x != nil {
  75. return x.Msg
  76. }
  77. return ""
  78. }
  79. func (x *AddCustomerFromWxTaskMessage) GetTaskId() int64 {
  80. if x != nil {
  81. return x.TaskId
  82. }
  83. return 0
  84. }
  85. var File_wecom_WAddCustomerFromWxTask_proto protoreflect.FileDescriptor
  86. const file_wecom_WAddCustomerFromWxTask_proto_rawDesc = "" +
  87. "\n" +
  88. "\"wecom/WAddCustomerFromWxTask.proto\x12\x10Im.Scrm.Ww.Proto\"\x88\x01\n" +
  89. "\x1cAddCustomerFromWxTaskMessage\x12\x12\n" +
  90. "\x04WxId\x18\x01 \x01(\x03R\x04WxId\x12\x14\n" +
  91. "\x05Count\x18\x02 \x01(\x05R\x05Count\x12\x14\n" +
  92. "\x05Index\x18\x03 \x01(\x05R\x05Index\x12\x10\n" +
  93. "\x03Msg\x18\x04 \x01(\tR\x03Msg\x12\x16\n" +
  94. "\x06TaskId\x18\x05 \x01(\x03R\x06TaskIdB\x13Z\x11./workphone/wecomb\x06proto3"
  95. var (
  96. file_wecom_WAddCustomerFromWxTask_proto_rawDescOnce sync.Once
  97. file_wecom_WAddCustomerFromWxTask_proto_rawDescData []byte
  98. )
  99. func file_wecom_WAddCustomerFromWxTask_proto_rawDescGZIP() []byte {
  100. file_wecom_WAddCustomerFromWxTask_proto_rawDescOnce.Do(func() {
  101. file_wecom_WAddCustomerFromWxTask_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_wecom_WAddCustomerFromWxTask_proto_rawDesc), len(file_wecom_WAddCustomerFromWxTask_proto_rawDesc)))
  102. })
  103. return file_wecom_WAddCustomerFromWxTask_proto_rawDescData
  104. }
  105. var file_wecom_WAddCustomerFromWxTask_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  106. var file_wecom_WAddCustomerFromWxTask_proto_goTypes = []any{
  107. (*AddCustomerFromWxTaskMessage)(nil), // 0: Im.Scrm.Ww.Proto.AddCustomerFromWxTaskMessage
  108. }
  109. var file_wecom_WAddCustomerFromWxTask_proto_depIdxs = []int32{
  110. 0, // [0:0] is the sub-list for method output_type
  111. 0, // [0:0] is the sub-list for method input_type
  112. 0, // [0:0] is the sub-list for extension type_name
  113. 0, // [0:0] is the sub-list for extension extendee
  114. 0, // [0:0] is the sub-list for field type_name
  115. }
  116. func init() { file_wecom_WAddCustomerFromWxTask_proto_init() }
  117. func file_wecom_WAddCustomerFromWxTask_proto_init() {
  118. if File_wecom_WAddCustomerFromWxTask_proto != nil {
  119. return
  120. }
  121. type x struct{}
  122. out := protoimpl.TypeBuilder{
  123. File: protoimpl.DescBuilder{
  124. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  125. RawDescriptor: unsafe.Slice(unsafe.StringData(file_wecom_WAddCustomerFromWxTask_proto_rawDesc), len(file_wecom_WAddCustomerFromWxTask_proto_rawDesc)),
  126. NumEnums: 0,
  127. NumMessages: 1,
  128. NumExtensions: 0,
  129. NumServices: 0,
  130. },
  131. GoTypes: file_wecom_WAddCustomerFromWxTask_proto_goTypes,
  132. DependencyIndexes: file_wecom_WAddCustomerFromWxTask_proto_depIdxs,
  133. MessageInfos: file_wecom_WAddCustomerFromWxTask_proto_msgTypes,
  134. }.Build()
  135. File_wecom_WAddCustomerFromWxTask_proto = out.File
  136. file_wecom_WAddCustomerFromWxTask_proto_goTypes = nil
  137. file_wecom_WAddCustomerFromWxTask_proto_depIdxs = nil
  138. }