house_rent.pb.go 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: house_rent.proto
  3. // package声明符,用来防止不同的消息类型有命名冲突
  4. package v1
  5. import (
  6. fmt "fmt"
  7. proto "github.com/golang/protobuf/proto"
  8. math "math"
  9. )
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
  19. type HouseRentAddManagerRequest struct {
  20. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  21. ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"`
  22. RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  23. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  24. XXX_unrecognized []byte `json:"-"`
  25. XXX_sizecache int32 `json:"-"`
  26. }
  27. func (m *HouseRentAddManagerRequest) Reset() { *m = HouseRentAddManagerRequest{} }
  28. func (m *HouseRentAddManagerRequest) String() string { return proto.CompactTextString(m) }
  29. func (*HouseRentAddManagerRequest) ProtoMessage() {}
  30. func (*HouseRentAddManagerRequest) Descriptor() ([]byte, []int) {
  31. return fileDescriptor_9c4b1cddab293c85, []int{0}
  32. }
  33. func (m *HouseRentAddManagerRequest) XXX_Unmarshal(b []byte) error {
  34. return xxx_messageInfo_HouseRentAddManagerRequest.Unmarshal(m, b)
  35. }
  36. func (m *HouseRentAddManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  37. return xxx_messageInfo_HouseRentAddManagerRequest.Marshal(b, m, deterministic)
  38. }
  39. func (m *HouseRentAddManagerRequest) XXX_Merge(src proto.Message) {
  40. xxx_messageInfo_HouseRentAddManagerRequest.Merge(m, src)
  41. }
  42. func (m *HouseRentAddManagerRequest) XXX_Size() int {
  43. return xxx_messageInfo_HouseRentAddManagerRequest.Size(m)
  44. }
  45. func (m *HouseRentAddManagerRequest) XXX_DiscardUnknown() {
  46. xxx_messageInfo_HouseRentAddManagerRequest.DiscardUnknown(m)
  47. }
  48. var xxx_messageInfo_HouseRentAddManagerRequest proto.InternalMessageInfo
  49. func (m *HouseRentAddManagerRequest) GetGardenId() int64 {
  50. if m != nil {
  51. return m.GardenId
  52. }
  53. return 0
  54. }
  55. func (m *HouseRentAddManagerRequest) GetManagerUid() int64 {
  56. if m != nil {
  57. return m.ManagerUid
  58. }
  59. return 0
  60. }
  61. func (m *HouseRentAddManagerRequest) GetRentId() int64 {
  62. if m != nil {
  63. return m.RentId
  64. }
  65. return 0
  66. }
  67. type HouseRentAddManagerReply struct {
  68. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  69. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  70. XXX_unrecognized []byte `json:"-"`
  71. XXX_sizecache int32 `json:"-"`
  72. }
  73. func (m *HouseRentAddManagerReply) Reset() { *m = HouseRentAddManagerReply{} }
  74. func (m *HouseRentAddManagerReply) String() string { return proto.CompactTextString(m) }
  75. func (*HouseRentAddManagerReply) ProtoMessage() {}
  76. func (*HouseRentAddManagerReply) Descriptor() ([]byte, []int) {
  77. return fileDescriptor_9c4b1cddab293c85, []int{1}
  78. }
  79. func (m *HouseRentAddManagerReply) XXX_Unmarshal(b []byte) error {
  80. return xxx_messageInfo_HouseRentAddManagerReply.Unmarshal(m, b)
  81. }
  82. func (m *HouseRentAddManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  83. return xxx_messageInfo_HouseRentAddManagerReply.Marshal(b, m, deterministic)
  84. }
  85. func (m *HouseRentAddManagerReply) XXX_Merge(src proto.Message) {
  86. xxx_messageInfo_HouseRentAddManagerReply.Merge(m, src)
  87. }
  88. func (m *HouseRentAddManagerReply) XXX_Size() int {
  89. return xxx_messageInfo_HouseRentAddManagerReply.Size(m)
  90. }
  91. func (m *HouseRentAddManagerReply) XXX_DiscardUnknown() {
  92. xxx_messageInfo_HouseRentAddManagerReply.DiscardUnknown(m)
  93. }
  94. var xxx_messageInfo_HouseRentAddManagerReply proto.InternalMessageInfo
  95. func (m *HouseRentAddManagerReply) GetId() int64 {
  96. if m != nil {
  97. return m.Id
  98. }
  99. return 0
  100. }
  101. type HouseRentDelManagerRequest struct {
  102. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  103. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  104. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  105. XXX_unrecognized []byte `json:"-"`
  106. XXX_sizecache int32 `json:"-"`
  107. }
  108. func (m *HouseRentDelManagerRequest) Reset() { *m = HouseRentDelManagerRequest{} }
  109. func (m *HouseRentDelManagerRequest) String() string { return proto.CompactTextString(m) }
  110. func (*HouseRentDelManagerRequest) ProtoMessage() {}
  111. func (*HouseRentDelManagerRequest) Descriptor() ([]byte, []int) {
  112. return fileDescriptor_9c4b1cddab293c85, []int{2}
  113. }
  114. func (m *HouseRentDelManagerRequest) XXX_Unmarshal(b []byte) error {
  115. return xxx_messageInfo_HouseRentDelManagerRequest.Unmarshal(m, b)
  116. }
  117. func (m *HouseRentDelManagerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  118. return xxx_messageInfo_HouseRentDelManagerRequest.Marshal(b, m, deterministic)
  119. }
  120. func (m *HouseRentDelManagerRequest) XXX_Merge(src proto.Message) {
  121. xxx_messageInfo_HouseRentDelManagerRequest.Merge(m, src)
  122. }
  123. func (m *HouseRentDelManagerRequest) XXX_Size() int {
  124. return xxx_messageInfo_HouseRentDelManagerRequest.Size(m)
  125. }
  126. func (m *HouseRentDelManagerRequest) XXX_DiscardUnknown() {
  127. xxx_messageInfo_HouseRentDelManagerRequest.DiscardUnknown(m)
  128. }
  129. var xxx_messageInfo_HouseRentDelManagerRequest proto.InternalMessageInfo
  130. func (m *HouseRentDelManagerRequest) GetGardenId() int64 {
  131. if m != nil {
  132. return m.GardenId
  133. }
  134. return 0
  135. }
  136. func (m *HouseRentDelManagerRequest) GetId() int64 {
  137. if m != nil {
  138. return m.Id
  139. }
  140. return 0
  141. }
  142. type HouseRentDelManagerReply struct {
  143. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  144. XXX_unrecognized []byte `json:"-"`
  145. XXX_sizecache int32 `json:"-"`
  146. }
  147. func (m *HouseRentDelManagerReply) Reset() { *m = HouseRentDelManagerReply{} }
  148. func (m *HouseRentDelManagerReply) String() string { return proto.CompactTextString(m) }
  149. func (*HouseRentDelManagerReply) ProtoMessage() {}
  150. func (*HouseRentDelManagerReply) Descriptor() ([]byte, []int) {
  151. return fileDescriptor_9c4b1cddab293c85, []int{3}
  152. }
  153. func (m *HouseRentDelManagerReply) XXX_Unmarshal(b []byte) error {
  154. return xxx_messageInfo_HouseRentDelManagerReply.Unmarshal(m, b)
  155. }
  156. func (m *HouseRentDelManagerReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  157. return xxx_messageInfo_HouseRentDelManagerReply.Marshal(b, m, deterministic)
  158. }
  159. func (m *HouseRentDelManagerReply) XXX_Merge(src proto.Message) {
  160. xxx_messageInfo_HouseRentDelManagerReply.Merge(m, src)
  161. }
  162. func (m *HouseRentDelManagerReply) XXX_Size() int {
  163. return xxx_messageInfo_HouseRentDelManagerReply.Size(m)
  164. }
  165. func (m *HouseRentDelManagerReply) XXX_DiscardUnknown() {
  166. xxx_messageInfo_HouseRentDelManagerReply.DiscardUnknown(m)
  167. }
  168. var xxx_messageInfo_HouseRentDelManagerReply proto.InternalMessageInfo
  169. type HouseRentManagerListRequest struct {
  170. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  171. RentId int64 `protobuf:"varint,4,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  172. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  173. XXX_unrecognized []byte `json:"-"`
  174. XXX_sizecache int32 `json:"-"`
  175. }
  176. func (m *HouseRentManagerListRequest) Reset() { *m = HouseRentManagerListRequest{} }
  177. func (m *HouseRentManagerListRequest) String() string { return proto.CompactTextString(m) }
  178. func (*HouseRentManagerListRequest) ProtoMessage() {}
  179. func (*HouseRentManagerListRequest) Descriptor() ([]byte, []int) {
  180. return fileDescriptor_9c4b1cddab293c85, []int{4}
  181. }
  182. func (m *HouseRentManagerListRequest) XXX_Unmarshal(b []byte) error {
  183. return xxx_messageInfo_HouseRentManagerListRequest.Unmarshal(m, b)
  184. }
  185. func (m *HouseRentManagerListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  186. return xxx_messageInfo_HouseRentManagerListRequest.Marshal(b, m, deterministic)
  187. }
  188. func (m *HouseRentManagerListRequest) XXX_Merge(src proto.Message) {
  189. xxx_messageInfo_HouseRentManagerListRequest.Merge(m, src)
  190. }
  191. func (m *HouseRentManagerListRequest) XXX_Size() int {
  192. return xxx_messageInfo_HouseRentManagerListRequest.Size(m)
  193. }
  194. func (m *HouseRentManagerListRequest) XXX_DiscardUnknown() {
  195. xxx_messageInfo_HouseRentManagerListRequest.DiscardUnknown(m)
  196. }
  197. var xxx_messageInfo_HouseRentManagerListRequest proto.InternalMessageInfo
  198. func (m *HouseRentManagerListRequest) GetGardenId() int64 {
  199. if m != nil {
  200. return m.GardenId
  201. }
  202. return 0
  203. }
  204. func (m *HouseRentManagerListRequest) GetRentId() int64 {
  205. if m != nil {
  206. return m.RentId
  207. }
  208. return 0
  209. }
  210. type HouseRentManagerItem struct {
  211. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  212. ManagerUid int64 `protobuf:"varint,2,opt,name=manager_uid,json=managerUid,proto3" json:"manager_uid"`
  213. // 姓名
  214. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"`
  215. Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"`
  216. // 账号
  217. UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name"`
  218. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  219. XXX_unrecognized []byte `json:"-"`
  220. XXX_sizecache int32 `json:"-"`
  221. }
  222. func (m *HouseRentManagerItem) Reset() { *m = HouseRentManagerItem{} }
  223. func (m *HouseRentManagerItem) String() string { return proto.CompactTextString(m) }
  224. func (*HouseRentManagerItem) ProtoMessage() {}
  225. func (*HouseRentManagerItem) Descriptor() ([]byte, []int) {
  226. return fileDescriptor_9c4b1cddab293c85, []int{5}
  227. }
  228. func (m *HouseRentManagerItem) XXX_Unmarshal(b []byte) error {
  229. return xxx_messageInfo_HouseRentManagerItem.Unmarshal(m, b)
  230. }
  231. func (m *HouseRentManagerItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  232. return xxx_messageInfo_HouseRentManagerItem.Marshal(b, m, deterministic)
  233. }
  234. func (m *HouseRentManagerItem) XXX_Merge(src proto.Message) {
  235. xxx_messageInfo_HouseRentManagerItem.Merge(m, src)
  236. }
  237. func (m *HouseRentManagerItem) XXX_Size() int {
  238. return xxx_messageInfo_HouseRentManagerItem.Size(m)
  239. }
  240. func (m *HouseRentManagerItem) XXX_DiscardUnknown() {
  241. xxx_messageInfo_HouseRentManagerItem.DiscardUnknown(m)
  242. }
  243. var xxx_messageInfo_HouseRentManagerItem proto.InternalMessageInfo
  244. func (m *HouseRentManagerItem) GetId() int64 {
  245. if m != nil {
  246. return m.Id
  247. }
  248. return 0
  249. }
  250. func (m *HouseRentManagerItem) GetManagerUid() int64 {
  251. if m != nil {
  252. return m.ManagerUid
  253. }
  254. return 0
  255. }
  256. func (m *HouseRentManagerItem) GetName() string {
  257. if m != nil {
  258. return m.Name
  259. }
  260. return ""
  261. }
  262. func (m *HouseRentManagerItem) GetPhone() string {
  263. if m != nil {
  264. return m.Phone
  265. }
  266. return ""
  267. }
  268. func (m *HouseRentManagerItem) GetUserName() string {
  269. if m != nil {
  270. return m.UserName
  271. }
  272. return ""
  273. }
  274. type HouseRentManagerListReply struct {
  275. List []*HouseRentManagerItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  276. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  277. XXX_unrecognized []byte `json:"-"`
  278. XXX_sizecache int32 `json:"-"`
  279. }
  280. func (m *HouseRentManagerListReply) Reset() { *m = HouseRentManagerListReply{} }
  281. func (m *HouseRentManagerListReply) String() string { return proto.CompactTextString(m) }
  282. func (*HouseRentManagerListReply) ProtoMessage() {}
  283. func (*HouseRentManagerListReply) Descriptor() ([]byte, []int) {
  284. return fileDescriptor_9c4b1cddab293c85, []int{6}
  285. }
  286. func (m *HouseRentManagerListReply) XXX_Unmarshal(b []byte) error {
  287. return xxx_messageInfo_HouseRentManagerListReply.Unmarshal(m, b)
  288. }
  289. func (m *HouseRentManagerListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  290. return xxx_messageInfo_HouseRentManagerListReply.Marshal(b, m, deterministic)
  291. }
  292. func (m *HouseRentManagerListReply) XXX_Merge(src proto.Message) {
  293. xxx_messageInfo_HouseRentManagerListReply.Merge(m, src)
  294. }
  295. func (m *HouseRentManagerListReply) XXX_Size() int {
  296. return xxx_messageInfo_HouseRentManagerListReply.Size(m)
  297. }
  298. func (m *HouseRentManagerListReply) XXX_DiscardUnknown() {
  299. xxx_messageInfo_HouseRentManagerListReply.DiscardUnknown(m)
  300. }
  301. var xxx_messageInfo_HouseRentManagerListReply proto.InternalMessageInfo
  302. func (m *HouseRentManagerListReply) GetList() []*HouseRentManagerItem {
  303. if m != nil {
  304. return m.List
  305. }
  306. return nil
  307. }
  308. func init() {
  309. proto.RegisterType((*HouseRentAddManagerRequest)(nil), "pb_v1.HouseRentAddManagerRequest")
  310. proto.RegisterType((*HouseRentAddManagerReply)(nil), "pb_v1.HouseRentAddManagerReply")
  311. proto.RegisterType((*HouseRentDelManagerRequest)(nil), "pb_v1.HouseRentDelManagerRequest")
  312. proto.RegisterType((*HouseRentDelManagerReply)(nil), "pb_v1.HouseRentDelManagerReply")
  313. proto.RegisterType((*HouseRentManagerListRequest)(nil), "pb_v1.HouseRentManagerListRequest")
  314. proto.RegisterType((*HouseRentManagerItem)(nil), "pb_v1.HouseRentManagerItem")
  315. proto.RegisterType((*HouseRentManagerListReply)(nil), "pb_v1.HouseRentManagerListReply")
  316. }
  317. func init() {
  318. proto.RegisterFile("house_rent.proto", fileDescriptor_9c4b1cddab293c85)
  319. }
  320. var fileDescriptor_9c4b1cddab293c85 = []byte{
  321. // 320 bytes of a gzipped FileDescriptorProto
  322. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x5f, 0x4b, 0xc3, 0x30,
  323. 0x10, 0xa7, 0xdd, 0x1f, 0xb7, 0x1b, 0x88, 0x84, 0x81, 0x75, 0x43, 0x36, 0xfa, 0x34, 0x84, 0x6d,
  324. 0x4c, 0x3f, 0x81, 0xe2, 0x83, 0x85, 0xe9, 0x43, 0xc5, 0x17, 0x5f, 0x4a, 0x46, 0x8e, 0x2d, 0xd0,
  325. 0xa6, 0x31, 0x49, 0x27, 0xfd, 0x12, 0x7e, 0x66, 0x49, 0x3a, 0x46, 0x1d, 0x05, 0xf5, 0x2d, 0x77,
  326. 0xbf, 0xcb, 0xef, 0xcf, 0x71, 0x70, 0xb1, 0xcb, 0x0b, 0x8d, 0x89, 0x42, 0x61, 0x16, 0x52, 0xe5,
  327. 0x26, 0x27, 0x1d, 0xb9, 0x49, 0xf6, 0xab, 0x50, 0xc3, 0xe8, 0xc9, 0x42, 0x31, 0x0a, 0x73, 0xcf,
  328. 0xd8, 0x33, 0x15, 0x74, 0x8b, 0x2a, 0xc6, 0x8f, 0x02, 0xb5, 0x21, 0x63, 0xe8, 0x6f, 0xa9, 0x62,
  329. 0x28, 0x12, 0xce, 0x02, 0x6f, 0xea, 0xcd, 0x5a, 0x71, 0xaf, 0x6a, 0x44, 0x8c, 0x4c, 0x60, 0x90,
  330. 0x55, 0xe3, 0x49, 0xc1, 0x59, 0xe0, 0x3b, 0x18, 0x0e, 0xad, 0x37, 0xce, 0xc8, 0x25, 0x9c, 0x59,
  331. 0x41, 0xfb, 0xb7, 0xe5, 0xc0, 0xae, 0x2d, 0x23, 0x16, 0xde, 0x40, 0xd0, 0x28, 0x2a, 0xd3, 0x92,
  332. 0x9c, 0x83, 0x7f, 0xd4, 0xf2, 0x39, 0x0b, 0xa3, 0x9a, 0xc1, 0x47, 0x4c, 0xff, 0x63, 0xb0, 0xa2,
  333. 0xf2, 0x8f, 0x54, 0xa3, 0x9a, 0x6c, 0x9d, 0x4a, 0xa6, 0x65, 0xf8, 0x0a, 0xe3, 0x23, 0x76, 0x00,
  334. 0xd6, 0x5c, 0x9b, 0x3f, 0xe9, 0xd4, 0x72, 0xb6, 0x7f, 0xe4, 0xfc, 0xf2, 0x60, 0x78, 0xca, 0x1a,
  335. 0x19, 0xcc, 0x4e, 0x43, 0xfe, 0xbe, 0x4a, 0x02, 0x6d, 0x41, 0x33, 0x74, 0x7b, 0xec, 0xc7, 0xee,
  336. 0x4d, 0x86, 0xd0, 0x91, 0xbb, 0x5c, 0xa0, 0x13, 0xed, 0xc7, 0x55, 0x61, 0x9d, 0x16, 0x1a, 0x55,
  337. 0xe2, 0xc6, 0x3b, 0x0e, 0xe9, 0xd9, 0xc6, 0x0b, 0xcd, 0x30, 0x5c, 0xc3, 0x55, 0x73, 0x4a, 0xbb,
  338. 0xf9, 0x25, 0xb4, 0x53, 0xae, 0x4d, 0xe0, 0x4d, 0x5b, 0xb3, 0xc1, 0xed, 0x78, 0xe1, 0x0e, 0x64,
  339. 0xd1, 0xe4, 0x3f, 0x76, 0x83, 0x0f, 0x93, 0xf7, 0x6b, 0xa9, 0x72, 0x89, 0xca, 0x94, 0x73, 0x5d,
  340. 0x6a, 0x83, 0xd9, 0x7c, 0x4b, 0x0d, 0x7e, 0xd2, 0x72, 0x29, 0x37, 0xcb, 0xfd, 0x6a, 0xd3, 0x75,
  341. 0xa7, 0x76, 0xf7, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x17, 0x54, 0xf9, 0x7e, 0x02, 0x00, 0x00,
  342. }