WalletBalanceTaskResultNotice.pb.go 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.35.2
  4. // protoc v5.28.3
  5. // source: WalletBalanceTaskResultNotice.proto
  6. package workphone
  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. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type WalletBankCardMessage struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. CardType int32 `protobuf:"varint,1,opt,name=CardType,proto3" json:"CardType,omitempty"` // 类型,一般为0
  24. BankName string `protobuf:"bytes,2,opt,name=BankName,proto3" json:"BankName,omitempty"` // 银行
  25. CardTail string `protobuf:"bytes,3,opt,name=CardTail,proto3" json:"CardTail,omitempty"` // 卡号后4位
  26. Desc string `protobuf:"bytes,4,opt,name=Desc,proto3" json:"Desc,omitempty"` // 显示名称
  27. }
  28. func (x *WalletBankCardMessage) Reset() {
  29. *x = WalletBankCardMessage{}
  30. mi := &file_WalletBalanceTaskResultNotice_proto_msgTypes[0]
  31. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  32. ms.StoreMessageInfo(mi)
  33. }
  34. func (x *WalletBankCardMessage) String() string {
  35. return protoimpl.X.MessageStringOf(x)
  36. }
  37. func (*WalletBankCardMessage) ProtoMessage() {}
  38. func (x *WalletBankCardMessage) ProtoReflect() protoreflect.Message {
  39. mi := &file_WalletBalanceTaskResultNotice_proto_msgTypes[0]
  40. if x != nil {
  41. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  42. if ms.LoadMessageInfo() == nil {
  43. ms.StoreMessageInfo(mi)
  44. }
  45. return ms
  46. }
  47. return mi.MessageOf(x)
  48. }
  49. // Deprecated: Use WalletBankCardMessage.ProtoReflect.Descriptor instead.
  50. func (*WalletBankCardMessage) Descriptor() ([]byte, []int) {
  51. return file_WalletBalanceTaskResultNotice_proto_rawDescGZIP(), []int{0}
  52. }
  53. func (x *WalletBankCardMessage) GetCardType() int32 {
  54. if x != nil {
  55. return x.CardType
  56. }
  57. return 0
  58. }
  59. func (x *WalletBankCardMessage) GetBankName() string {
  60. if x != nil {
  61. return x.BankName
  62. }
  63. return ""
  64. }
  65. func (x *WalletBankCardMessage) GetCardTail() string {
  66. if x != nil {
  67. return x.CardTail
  68. }
  69. return ""
  70. }
  71. func (x *WalletBankCardMessage) GetDesc() string {
  72. if x != nil {
  73. return x.Desc
  74. }
  75. return ""
  76. }
  77. type WalletBalanceTaskResultNoticeMessage struct {
  78. state protoimpl.MessageState
  79. sizeCache protoimpl.SizeCache
  80. unknownFields protoimpl.UnknownFields
  81. WeChatId string `protobuf:"bytes,1,opt,name=WeChatId,proto3" json:"WeChatId,omitempty"` // 所属微信号
  82. Balance int32 `protobuf:"varint,2,opt,name=Balance,proto3" json:"Balance,omitempty"` // 零钱余额
  83. TrueName string `protobuf:"bytes,3,opt,name=TrueName,proto3" json:"TrueName,omitempty"` // 实名
  84. BankCard []*WalletBankCardMessage `protobuf:"bytes,4,rep,name=BankCard,proto3" json:"BankCard,omitempty"` // 银行卡
  85. }
  86. func (x *WalletBalanceTaskResultNoticeMessage) Reset() {
  87. *x = WalletBalanceTaskResultNoticeMessage{}
  88. mi := &file_WalletBalanceTaskResultNotice_proto_msgTypes[1]
  89. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  90. ms.StoreMessageInfo(mi)
  91. }
  92. func (x *WalletBalanceTaskResultNoticeMessage) String() string {
  93. return protoimpl.X.MessageStringOf(x)
  94. }
  95. func (*WalletBalanceTaskResultNoticeMessage) ProtoMessage() {}
  96. func (x *WalletBalanceTaskResultNoticeMessage) ProtoReflect() protoreflect.Message {
  97. mi := &file_WalletBalanceTaskResultNotice_proto_msgTypes[1]
  98. if x != nil {
  99. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  100. if ms.LoadMessageInfo() == nil {
  101. ms.StoreMessageInfo(mi)
  102. }
  103. return ms
  104. }
  105. return mi.MessageOf(x)
  106. }
  107. // Deprecated: Use WalletBalanceTaskResultNoticeMessage.ProtoReflect.Descriptor instead.
  108. func (*WalletBalanceTaskResultNoticeMessage) Descriptor() ([]byte, []int) {
  109. return file_WalletBalanceTaskResultNotice_proto_rawDescGZIP(), []int{1}
  110. }
  111. func (x *WalletBalanceTaskResultNoticeMessage) GetWeChatId() string {
  112. if x != nil {
  113. return x.WeChatId
  114. }
  115. return ""
  116. }
  117. func (x *WalletBalanceTaskResultNoticeMessage) GetBalance() int32 {
  118. if x != nil {
  119. return x.Balance
  120. }
  121. return 0
  122. }
  123. func (x *WalletBalanceTaskResultNoticeMessage) GetTrueName() string {
  124. if x != nil {
  125. return x.TrueName
  126. }
  127. return ""
  128. }
  129. func (x *WalletBalanceTaskResultNoticeMessage) GetBankCard() []*WalletBankCardMessage {
  130. if x != nil {
  131. return x.BankCard
  132. }
  133. return nil
  134. }
  135. var File_WalletBalanceTaskResultNotice_proto protoreflect.FileDescriptor
  136. var file_WalletBalanceTaskResultNotice_proto_rawDesc = []byte{
  137. 0x0a, 0x23, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x54,
  138. 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63, 0x65, 0x2e,
  139. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x17, 0x4a, 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69,
  140. 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78, 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x7f,
  141. 0x0a, 0x15, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x42, 0x61, 0x6e, 0x6b, 0x43, 0x61, 0x72, 0x64,
  142. 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x61, 0x72, 0x64, 0x54,
  143. 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x43, 0x61, 0x72, 0x64, 0x54,
  144. 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x18,
  145. 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x42, 0x61, 0x6e, 0x6b, 0x4e, 0x61, 0x6d, 0x65, 0x12,
  146. 0x1a, 0x0a, 0x08, 0x43, 0x61, 0x72, 0x64, 0x54, 0x61, 0x69, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28,
  147. 0x09, 0x52, 0x08, 0x43, 0x61, 0x72, 0x64, 0x54, 0x61, 0x69, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x44,
  148. 0x65, 0x73, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x44, 0x65, 0x73, 0x63, 0x22,
  149. 0xc4, 0x01, 0x0a, 0x24, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63,
  150. 0x65, 0x54, 0x61, 0x73, 0x6b, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x4e, 0x6f, 0x74, 0x69, 0x63,
  151. 0x65, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x57, 0x65, 0x43, 0x68,
  152. 0x61, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x57, 0x65, 0x43, 0x68,
  153. 0x61, 0x74, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x18,
  154. 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x1a,
  155. 0x0a, 0x08, 0x54, 0x72, 0x75, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
  156. 0x52, 0x08, 0x54, 0x72, 0x75, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x4a, 0x0a, 0x08, 0x42, 0x61,
  157. 0x6e, 0x6b, 0x43, 0x61, 0x72, 0x64, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x4a,
  158. 0x75, 0x62, 0x6f, 0x2e, 0x4a, 0x75, 0x4c, 0x69, 0x61, 0x6f, 0x2e, 0x49, 0x4d, 0x2e, 0x57, 0x78,
  159. 0x2e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x57, 0x61, 0x6c, 0x6c, 0x65, 0x74, 0x42, 0x61, 0x6e,
  160. 0x6b, 0x43, 0x61, 0x72, 0x64, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x52, 0x08, 0x42, 0x61,
  161. 0x6e, 0x6b, 0x43, 0x61, 0x72, 0x64, 0x42, 0x0d, 0x5a, 0x0b, 0x2e, 0x2f, 0x77, 0x6f, 0x72, 0x6b,
  162. 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  163. }
  164. var (
  165. file_WalletBalanceTaskResultNotice_proto_rawDescOnce sync.Once
  166. file_WalletBalanceTaskResultNotice_proto_rawDescData = file_WalletBalanceTaskResultNotice_proto_rawDesc
  167. )
  168. func file_WalletBalanceTaskResultNotice_proto_rawDescGZIP() []byte {
  169. file_WalletBalanceTaskResultNotice_proto_rawDescOnce.Do(func() {
  170. file_WalletBalanceTaskResultNotice_proto_rawDescData = protoimpl.X.CompressGZIP(file_WalletBalanceTaskResultNotice_proto_rawDescData)
  171. })
  172. return file_WalletBalanceTaskResultNotice_proto_rawDescData
  173. }
  174. var file_WalletBalanceTaskResultNotice_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  175. var file_WalletBalanceTaskResultNotice_proto_goTypes = []any{
  176. (*WalletBankCardMessage)(nil), // 0: Jubo.JuLiao.IM.Wx.Proto.WalletBankCardMessage
  177. (*WalletBalanceTaskResultNoticeMessage)(nil), // 1: Jubo.JuLiao.IM.Wx.Proto.WalletBalanceTaskResultNoticeMessage
  178. }
  179. var file_WalletBalanceTaskResultNotice_proto_depIdxs = []int32{
  180. 0, // 0: Jubo.JuLiao.IM.Wx.Proto.WalletBalanceTaskResultNoticeMessage.BankCard:type_name -> Jubo.JuLiao.IM.Wx.Proto.WalletBankCardMessage
  181. 1, // [1:1] is the sub-list for method output_type
  182. 1, // [1:1] is the sub-list for method input_type
  183. 1, // [1:1] is the sub-list for extension type_name
  184. 1, // [1:1] is the sub-list for extension extendee
  185. 0, // [0:1] is the sub-list for field type_name
  186. }
  187. func init() { file_WalletBalanceTaskResultNotice_proto_init() }
  188. func file_WalletBalanceTaskResultNotice_proto_init() {
  189. if File_WalletBalanceTaskResultNotice_proto != nil {
  190. return
  191. }
  192. type x struct{}
  193. out := protoimpl.TypeBuilder{
  194. File: protoimpl.DescBuilder{
  195. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  196. RawDescriptor: file_WalletBalanceTaskResultNotice_proto_rawDesc,
  197. NumEnums: 0,
  198. NumMessages: 2,
  199. NumExtensions: 0,
  200. NumServices: 0,
  201. },
  202. GoTypes: file_WalletBalanceTaskResultNotice_proto_goTypes,
  203. DependencyIndexes: file_WalletBalanceTaskResultNotice_proto_depIdxs,
  204. MessageInfos: file_WalletBalanceTaskResultNotice_proto_msgTypes,
  205. }.Build()
  206. File_WalletBalanceTaskResultNotice_proto = out.File
  207. file_WalletBalanceTaskResultNotice_proto_rawDesc = nil
  208. file_WalletBalanceTaskResultNotice_proto_goTypes = nil
  209. file_WalletBalanceTaskResultNotice_proto_depIdxs = nil
  210. }