house_rent.pb.go 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846
  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. type HouseRentAppointmentAddRequest struct {
  309. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  310. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
  311. RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  312. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  313. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  314. Gender int32 `protobuf:"varint,6,opt,name=gender,proto3" json:"gender"`
  315. AppointmentTime int64 `protobuf:"varint,7,opt,name=appointment_time,json=appointmentTime,proto3" json:"appointment_time"`
  316. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  317. XXX_unrecognized []byte `json:"-"`
  318. XXX_sizecache int32 `json:"-"`
  319. }
  320. func (m *HouseRentAppointmentAddRequest) Reset() { *m = HouseRentAppointmentAddRequest{} }
  321. func (m *HouseRentAppointmentAddRequest) String() string { return proto.CompactTextString(m) }
  322. func (*HouseRentAppointmentAddRequest) ProtoMessage() {}
  323. func (*HouseRentAppointmentAddRequest) Descriptor() ([]byte, []int) {
  324. return fileDescriptor_9c4b1cddab293c85, []int{7}
  325. }
  326. func (m *HouseRentAppointmentAddRequest) XXX_Unmarshal(b []byte) error {
  327. return xxx_messageInfo_HouseRentAppointmentAddRequest.Unmarshal(m, b)
  328. }
  329. func (m *HouseRentAppointmentAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  330. return xxx_messageInfo_HouseRentAppointmentAddRequest.Marshal(b, m, deterministic)
  331. }
  332. func (m *HouseRentAppointmentAddRequest) XXX_Merge(src proto.Message) {
  333. xxx_messageInfo_HouseRentAppointmentAddRequest.Merge(m, src)
  334. }
  335. func (m *HouseRentAppointmentAddRequest) XXX_Size() int {
  336. return xxx_messageInfo_HouseRentAppointmentAddRequest.Size(m)
  337. }
  338. func (m *HouseRentAppointmentAddRequest) XXX_DiscardUnknown() {
  339. xxx_messageInfo_HouseRentAppointmentAddRequest.DiscardUnknown(m)
  340. }
  341. var xxx_messageInfo_HouseRentAppointmentAddRequest proto.InternalMessageInfo
  342. func (m *HouseRentAppointmentAddRequest) GetGardenId() int64 {
  343. if m != nil {
  344. return m.GardenId
  345. }
  346. return 0
  347. }
  348. func (m *HouseRentAppointmentAddRequest) GetUid() int64 {
  349. if m != nil {
  350. return m.Uid
  351. }
  352. return 0
  353. }
  354. func (m *HouseRentAppointmentAddRequest) GetRentId() int64 {
  355. if m != nil {
  356. return m.RentId
  357. }
  358. return 0
  359. }
  360. func (m *HouseRentAppointmentAddRequest) GetName() string {
  361. if m != nil {
  362. return m.Name
  363. }
  364. return ""
  365. }
  366. func (m *HouseRentAppointmentAddRequest) GetPhone() string {
  367. if m != nil {
  368. return m.Phone
  369. }
  370. return ""
  371. }
  372. func (m *HouseRentAppointmentAddRequest) GetGender() int32 {
  373. if m != nil {
  374. return m.Gender
  375. }
  376. return 0
  377. }
  378. func (m *HouseRentAppointmentAddRequest) GetAppointmentTime() int64 {
  379. if m != nil {
  380. return m.AppointmentTime
  381. }
  382. return 0
  383. }
  384. type HouseRentAppointmentAddReply struct {
  385. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  386. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  387. XXX_unrecognized []byte `json:"-"`
  388. XXX_sizecache int32 `json:"-"`
  389. }
  390. func (m *HouseRentAppointmentAddReply) Reset() { *m = HouseRentAppointmentAddReply{} }
  391. func (m *HouseRentAppointmentAddReply) String() string { return proto.CompactTextString(m) }
  392. func (*HouseRentAppointmentAddReply) ProtoMessage() {}
  393. func (*HouseRentAppointmentAddReply) Descriptor() ([]byte, []int) {
  394. return fileDescriptor_9c4b1cddab293c85, []int{8}
  395. }
  396. func (m *HouseRentAppointmentAddReply) XXX_Unmarshal(b []byte) error {
  397. return xxx_messageInfo_HouseRentAppointmentAddReply.Unmarshal(m, b)
  398. }
  399. func (m *HouseRentAppointmentAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  400. return xxx_messageInfo_HouseRentAppointmentAddReply.Marshal(b, m, deterministic)
  401. }
  402. func (m *HouseRentAppointmentAddReply) XXX_Merge(src proto.Message) {
  403. xxx_messageInfo_HouseRentAppointmentAddReply.Merge(m, src)
  404. }
  405. func (m *HouseRentAppointmentAddReply) XXX_Size() int {
  406. return xxx_messageInfo_HouseRentAppointmentAddReply.Size(m)
  407. }
  408. func (m *HouseRentAppointmentAddReply) XXX_DiscardUnknown() {
  409. xxx_messageInfo_HouseRentAppointmentAddReply.DiscardUnknown(m)
  410. }
  411. var xxx_messageInfo_HouseRentAppointmentAddReply proto.InternalMessageInfo
  412. func (m *HouseRentAppointmentAddReply) GetId() int64 {
  413. if m != nil {
  414. return m.Id
  415. }
  416. return 0
  417. }
  418. type HouseRentAppointmentDelRequest struct {
  419. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  420. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"`
  421. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  422. XXX_unrecognized []byte `json:"-"`
  423. XXX_sizecache int32 `json:"-"`
  424. }
  425. func (m *HouseRentAppointmentDelRequest) Reset() { *m = HouseRentAppointmentDelRequest{} }
  426. func (m *HouseRentAppointmentDelRequest) String() string { return proto.CompactTextString(m) }
  427. func (*HouseRentAppointmentDelRequest) ProtoMessage() {}
  428. func (*HouseRentAppointmentDelRequest) Descriptor() ([]byte, []int) {
  429. return fileDescriptor_9c4b1cddab293c85, []int{9}
  430. }
  431. func (m *HouseRentAppointmentDelRequest) XXX_Unmarshal(b []byte) error {
  432. return xxx_messageInfo_HouseRentAppointmentDelRequest.Unmarshal(m, b)
  433. }
  434. func (m *HouseRentAppointmentDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  435. return xxx_messageInfo_HouseRentAppointmentDelRequest.Marshal(b, m, deterministic)
  436. }
  437. func (m *HouseRentAppointmentDelRequest) XXX_Merge(src proto.Message) {
  438. xxx_messageInfo_HouseRentAppointmentDelRequest.Merge(m, src)
  439. }
  440. func (m *HouseRentAppointmentDelRequest) XXX_Size() int {
  441. return xxx_messageInfo_HouseRentAppointmentDelRequest.Size(m)
  442. }
  443. func (m *HouseRentAppointmentDelRequest) XXX_DiscardUnknown() {
  444. xxx_messageInfo_HouseRentAppointmentDelRequest.DiscardUnknown(m)
  445. }
  446. var xxx_messageInfo_HouseRentAppointmentDelRequest proto.InternalMessageInfo
  447. func (m *HouseRentAppointmentDelRequest) GetGardenId() int64 {
  448. if m != nil {
  449. return m.GardenId
  450. }
  451. return 0
  452. }
  453. func (m *HouseRentAppointmentDelRequest) GetId() int64 {
  454. if m != nil {
  455. return m.Id
  456. }
  457. return 0
  458. }
  459. type HouseRentAppointmentDelReply struct {
  460. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  461. XXX_unrecognized []byte `json:"-"`
  462. XXX_sizecache int32 `json:"-"`
  463. }
  464. func (m *HouseRentAppointmentDelReply) Reset() { *m = HouseRentAppointmentDelReply{} }
  465. func (m *HouseRentAppointmentDelReply) String() string { return proto.CompactTextString(m) }
  466. func (*HouseRentAppointmentDelReply) ProtoMessage() {}
  467. func (*HouseRentAppointmentDelReply) Descriptor() ([]byte, []int) {
  468. return fileDescriptor_9c4b1cddab293c85, []int{10}
  469. }
  470. func (m *HouseRentAppointmentDelReply) XXX_Unmarshal(b []byte) error {
  471. return xxx_messageInfo_HouseRentAppointmentDelReply.Unmarshal(m, b)
  472. }
  473. func (m *HouseRentAppointmentDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  474. return xxx_messageInfo_HouseRentAppointmentDelReply.Marshal(b, m, deterministic)
  475. }
  476. func (m *HouseRentAppointmentDelReply) XXX_Merge(src proto.Message) {
  477. xxx_messageInfo_HouseRentAppointmentDelReply.Merge(m, src)
  478. }
  479. func (m *HouseRentAppointmentDelReply) XXX_Size() int {
  480. return xxx_messageInfo_HouseRentAppointmentDelReply.Size(m)
  481. }
  482. func (m *HouseRentAppointmentDelReply) XXX_DiscardUnknown() {
  483. xxx_messageInfo_HouseRentAppointmentDelReply.DiscardUnknown(m)
  484. }
  485. var xxx_messageInfo_HouseRentAppointmentDelReply proto.InternalMessageInfo
  486. type HouseRentAppointmentListRequest struct {
  487. GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
  488. RentId int64 `protobuf:"varint,2,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  489. Uid int64 `protobuf:"varint,3,opt,name=uid,proto3" json:"uid"`
  490. Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"`
  491. PageSize int64 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
  492. HouseName string `protobuf:"bytes,6,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  493. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  494. XXX_unrecognized []byte `json:"-"`
  495. XXX_sizecache int32 `json:"-"`
  496. }
  497. func (m *HouseRentAppointmentListRequest) Reset() { *m = HouseRentAppointmentListRequest{} }
  498. func (m *HouseRentAppointmentListRequest) String() string { return proto.CompactTextString(m) }
  499. func (*HouseRentAppointmentListRequest) ProtoMessage() {}
  500. func (*HouseRentAppointmentListRequest) Descriptor() ([]byte, []int) {
  501. return fileDescriptor_9c4b1cddab293c85, []int{11}
  502. }
  503. func (m *HouseRentAppointmentListRequest) XXX_Unmarshal(b []byte) error {
  504. return xxx_messageInfo_HouseRentAppointmentListRequest.Unmarshal(m, b)
  505. }
  506. func (m *HouseRentAppointmentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  507. return xxx_messageInfo_HouseRentAppointmentListRequest.Marshal(b, m, deterministic)
  508. }
  509. func (m *HouseRentAppointmentListRequest) XXX_Merge(src proto.Message) {
  510. xxx_messageInfo_HouseRentAppointmentListRequest.Merge(m, src)
  511. }
  512. func (m *HouseRentAppointmentListRequest) XXX_Size() int {
  513. return xxx_messageInfo_HouseRentAppointmentListRequest.Size(m)
  514. }
  515. func (m *HouseRentAppointmentListRequest) XXX_DiscardUnknown() {
  516. xxx_messageInfo_HouseRentAppointmentListRequest.DiscardUnknown(m)
  517. }
  518. var xxx_messageInfo_HouseRentAppointmentListRequest proto.InternalMessageInfo
  519. func (m *HouseRentAppointmentListRequest) GetGardenId() int64 {
  520. if m != nil {
  521. return m.GardenId
  522. }
  523. return 0
  524. }
  525. func (m *HouseRentAppointmentListRequest) GetRentId() int64 {
  526. if m != nil {
  527. return m.RentId
  528. }
  529. return 0
  530. }
  531. func (m *HouseRentAppointmentListRequest) GetUid() int64 {
  532. if m != nil {
  533. return m.Uid
  534. }
  535. return 0
  536. }
  537. func (m *HouseRentAppointmentListRequest) GetPage() int64 {
  538. if m != nil {
  539. return m.Page
  540. }
  541. return 0
  542. }
  543. func (m *HouseRentAppointmentListRequest) GetPageSize() int64 {
  544. if m != nil {
  545. return m.PageSize
  546. }
  547. return 0
  548. }
  549. func (m *HouseRentAppointmentListRequest) GetHouseName() string {
  550. if m != nil {
  551. return m.HouseName
  552. }
  553. return ""
  554. }
  555. type HouseRentAppointmentItem struct {
  556. Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
  557. Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"`
  558. RentId int64 `protobuf:"varint,3,opt,name=rent_id,json=rentId,proto3" json:"rent_id"`
  559. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name"`
  560. Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone"`
  561. Gender int32 `protobuf:"varint,6,opt,name=gender,proto3" json:"gender"`
  562. AppointmentTime int64 `protobuf:"varint,7,opt,name=appointment_time,json=appointmentTime,proto3" json:"appointment_time"`
  563. HouseName string `protobuf:"bytes,8,opt,name=house_name,json=houseName,proto3" json:"house_name"`
  564. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  565. XXX_unrecognized []byte `json:"-"`
  566. XXX_sizecache int32 `json:"-"`
  567. }
  568. func (m *HouseRentAppointmentItem) Reset() { *m = HouseRentAppointmentItem{} }
  569. func (m *HouseRentAppointmentItem) String() string { return proto.CompactTextString(m) }
  570. func (*HouseRentAppointmentItem) ProtoMessage() {}
  571. func (*HouseRentAppointmentItem) Descriptor() ([]byte, []int) {
  572. return fileDescriptor_9c4b1cddab293c85, []int{12}
  573. }
  574. func (m *HouseRentAppointmentItem) XXX_Unmarshal(b []byte) error {
  575. return xxx_messageInfo_HouseRentAppointmentItem.Unmarshal(m, b)
  576. }
  577. func (m *HouseRentAppointmentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  578. return xxx_messageInfo_HouseRentAppointmentItem.Marshal(b, m, deterministic)
  579. }
  580. func (m *HouseRentAppointmentItem) XXX_Merge(src proto.Message) {
  581. xxx_messageInfo_HouseRentAppointmentItem.Merge(m, src)
  582. }
  583. func (m *HouseRentAppointmentItem) XXX_Size() int {
  584. return xxx_messageInfo_HouseRentAppointmentItem.Size(m)
  585. }
  586. func (m *HouseRentAppointmentItem) XXX_DiscardUnknown() {
  587. xxx_messageInfo_HouseRentAppointmentItem.DiscardUnknown(m)
  588. }
  589. var xxx_messageInfo_HouseRentAppointmentItem proto.InternalMessageInfo
  590. func (m *HouseRentAppointmentItem) GetId() int64 {
  591. if m != nil {
  592. return m.Id
  593. }
  594. return 0
  595. }
  596. func (m *HouseRentAppointmentItem) GetUid() int64 {
  597. if m != nil {
  598. return m.Uid
  599. }
  600. return 0
  601. }
  602. func (m *HouseRentAppointmentItem) GetRentId() int64 {
  603. if m != nil {
  604. return m.RentId
  605. }
  606. return 0
  607. }
  608. func (m *HouseRentAppointmentItem) GetName() string {
  609. if m != nil {
  610. return m.Name
  611. }
  612. return ""
  613. }
  614. func (m *HouseRentAppointmentItem) GetPhone() string {
  615. if m != nil {
  616. return m.Phone
  617. }
  618. return ""
  619. }
  620. func (m *HouseRentAppointmentItem) GetGender() int32 {
  621. if m != nil {
  622. return m.Gender
  623. }
  624. return 0
  625. }
  626. func (m *HouseRentAppointmentItem) GetAppointmentTime() int64 {
  627. if m != nil {
  628. return m.AppointmentTime
  629. }
  630. return 0
  631. }
  632. func (m *HouseRentAppointmentItem) GetHouseName() string {
  633. if m != nil {
  634. return m.HouseName
  635. }
  636. return ""
  637. }
  638. type HouseRentAppointmentListReply struct {
  639. Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
  640. Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
  641. List []*HouseRentAppointmentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
  642. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  643. XXX_unrecognized []byte `json:"-"`
  644. XXX_sizecache int32 `json:"-"`
  645. }
  646. func (m *HouseRentAppointmentListReply) Reset() { *m = HouseRentAppointmentListReply{} }
  647. func (m *HouseRentAppointmentListReply) String() string { return proto.CompactTextString(m) }
  648. func (*HouseRentAppointmentListReply) ProtoMessage() {}
  649. func (*HouseRentAppointmentListReply) Descriptor() ([]byte, []int) {
  650. return fileDescriptor_9c4b1cddab293c85, []int{13}
  651. }
  652. func (m *HouseRentAppointmentListReply) XXX_Unmarshal(b []byte) error {
  653. return xxx_messageInfo_HouseRentAppointmentListReply.Unmarshal(m, b)
  654. }
  655. func (m *HouseRentAppointmentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  656. return xxx_messageInfo_HouseRentAppointmentListReply.Marshal(b, m, deterministic)
  657. }
  658. func (m *HouseRentAppointmentListReply) XXX_Merge(src proto.Message) {
  659. xxx_messageInfo_HouseRentAppointmentListReply.Merge(m, src)
  660. }
  661. func (m *HouseRentAppointmentListReply) XXX_Size() int {
  662. return xxx_messageInfo_HouseRentAppointmentListReply.Size(m)
  663. }
  664. func (m *HouseRentAppointmentListReply) XXX_DiscardUnknown() {
  665. xxx_messageInfo_HouseRentAppointmentListReply.DiscardUnknown(m)
  666. }
  667. var xxx_messageInfo_HouseRentAppointmentListReply proto.InternalMessageInfo
  668. func (m *HouseRentAppointmentListReply) GetPage() int64 {
  669. if m != nil {
  670. return m.Page
  671. }
  672. return 0
  673. }
  674. func (m *HouseRentAppointmentListReply) GetTotal() int64 {
  675. if m != nil {
  676. return m.Total
  677. }
  678. return 0
  679. }
  680. func (m *HouseRentAppointmentListReply) GetList() []*HouseRentAppointmentItem {
  681. if m != nil {
  682. return m.List
  683. }
  684. return nil
  685. }
  686. func init() {
  687. proto.RegisterType((*HouseRentAddManagerRequest)(nil), "pb_v1.HouseRentAddManagerRequest")
  688. proto.RegisterType((*HouseRentAddManagerReply)(nil), "pb_v1.HouseRentAddManagerReply")
  689. proto.RegisterType((*HouseRentDelManagerRequest)(nil), "pb_v1.HouseRentDelManagerRequest")
  690. proto.RegisterType((*HouseRentDelManagerReply)(nil), "pb_v1.HouseRentDelManagerReply")
  691. proto.RegisterType((*HouseRentManagerListRequest)(nil), "pb_v1.HouseRentManagerListRequest")
  692. proto.RegisterType((*HouseRentManagerItem)(nil), "pb_v1.HouseRentManagerItem")
  693. proto.RegisterType((*HouseRentManagerListReply)(nil), "pb_v1.HouseRentManagerListReply")
  694. proto.RegisterType((*HouseRentAppointmentAddRequest)(nil), "pb_v1.HouseRentAppointmentAddRequest")
  695. proto.RegisterType((*HouseRentAppointmentAddReply)(nil), "pb_v1.HouseRentAppointmentAddReply")
  696. proto.RegisterType((*HouseRentAppointmentDelRequest)(nil), "pb_v1.HouseRentAppointmentDelRequest")
  697. proto.RegisterType((*HouseRentAppointmentDelReply)(nil), "pb_v1.HouseRentAppointmentDelReply")
  698. proto.RegisterType((*HouseRentAppointmentListRequest)(nil), "pb_v1.HouseRentAppointmentListRequest")
  699. proto.RegisterType((*HouseRentAppointmentItem)(nil), "pb_v1.HouseRentAppointmentItem")
  700. proto.RegisterType((*HouseRentAppointmentListReply)(nil), "pb_v1.HouseRentAppointmentListReply")
  701. }
  702. func init() {
  703. proto.RegisterFile("house_rent.proto", fileDescriptor_9c4b1cddab293c85)
  704. }
  705. var fileDescriptor_9c4b1cddab293c85 = []byte{
  706. // 534 bytes of a gzipped FileDescriptorProto
  707. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x55, 0xcd, 0x6e, 0xd3, 0x40,
  708. 0x10, 0x96, 0x7f, 0x9b, 0x4c, 0x25, 0xa8, 0x56, 0x11, 0x98, 0x86, 0x26, 0x91, 0x4f, 0x01, 0xa9,
  709. 0x89, 0x4a, 0x9f, 0x00, 0xd4, 0x03, 0x91, 0x5a, 0x0e, 0x2e, 0x5c, 0xb8, 0x58, 0x1b, 0xed, 0xc8,
  710. 0x5d, 0xc9, 0x3f, 0x8b, 0xbd, 0x29, 0x4a, 0x0f, 0x3c, 0x02, 0xef, 0xc3, 0x83, 0xf0, 0x00, 0xbc,
  711. 0x09, 0xda, 0xb5, 0x89, 0x5d, 0x6b, 0x23, 0x4a, 0x4f, 0x9c, 0xb2, 0x3b, 0xb3, 0x99, 0x6f, 0xbe,
  712. 0x6f, 0xbe, 0x49, 0xe0, 0xe8, 0xa6, 0xd8, 0x54, 0x18, 0x97, 0x98, 0xcb, 0x85, 0x28, 0x0b, 0x59,
  713. 0x10, 0x4f, 0xac, 0xe3, 0xdb, 0xb3, 0xb0, 0x82, 0xe3, 0xf7, 0x2a, 0x15, 0x61, 0x2e, 0xdf, 0x32,
  714. 0x76, 0x45, 0x73, 0x9a, 0x60, 0x19, 0xe1, 0x97, 0x0d, 0x56, 0x92, 0x8c, 0x61, 0x98, 0xd0, 0x92,
  715. 0x61, 0x1e, 0x73, 0x16, 0x58, 0x33, 0x6b, 0xee, 0x44, 0x83, 0x3a, 0xb0, 0x62, 0x64, 0x0a, 0x87,
  716. 0x59, 0xfd, 0x3c, 0xde, 0x70, 0x16, 0xd8, 0x3a, 0x0d, 0x4d, 0xe8, 0x13, 0x67, 0xe4, 0x39, 0x1c,
  717. 0x28, 0x40, 0xf5, 0x5d, 0x47, 0x27, 0x7d, 0x75, 0x5d, 0xb1, 0xf0, 0x35, 0x04, 0x46, 0x50, 0x91,
  718. 0x6e, 0xc9, 0x13, 0xb0, 0x77, 0x58, 0x36, 0x67, 0xe1, 0xaa, 0xd3, 0xe0, 0x05, 0xa6, 0xff, 0xd2,
  719. 0x60, 0x5d, 0xca, 0xde, 0x95, 0x3a, 0xee, 0xc0, 0x76, 0x4b, 0x89, 0x74, 0x1b, 0x5e, 0xc3, 0x78,
  720. 0x97, 0x6b, 0x12, 0x97, 0xbc, 0x92, 0x0f, 0xc2, 0xe9, 0xf0, 0x74, 0xef, 0xf1, 0xfc, 0x6e, 0xc1,
  721. 0xa8, 0x5f, 0x75, 0x25, 0x31, 0xeb, 0x93, 0xfc, 0xbb, 0x94, 0x04, 0xdc, 0x9c, 0x66, 0xa8, 0x75,
  722. 0x1c, 0x46, 0xfa, 0x4c, 0x46, 0xe0, 0x89, 0x9b, 0x22, 0x47, 0x0d, 0x3a, 0x8c, 0xea, 0x8b, 0xea,
  723. 0x74, 0x53, 0x61, 0x19, 0xeb, 0xe7, 0x9e, 0xce, 0x0c, 0x54, 0xe0, 0x03, 0xcd, 0x30, 0xbc, 0x84,
  724. 0x17, 0x66, 0x96, 0x4a, 0xf9, 0x25, 0xb8, 0x29, 0xaf, 0x64, 0x60, 0xcd, 0x9c, 0xf9, 0xe1, 0x9b,
  725. 0xf1, 0x42, 0x1b, 0x64, 0x61, 0xea, 0x3f, 0xd2, 0x0f, 0xc3, 0x9f, 0x16, 0x4c, 0xda, 0x39, 0x0a,
  726. 0x51, 0xf0, 0x5c, 0x66, 0xf5, 0x48, 0x1f, 0xa4, 0xdb, 0x11, 0x38, 0x2d, 0x5b, 0x75, 0xdc, 0xeb,
  727. 0x98, 0x1d, 0x7f, 0xd7, 0xc4, 0xdf, 0xeb, 0xf2, 0x7f, 0x06, 0x7e, 0x82, 0x39, 0xc3, 0x32, 0xf0,
  728. 0x67, 0xd6, 0xdc, 0x8b, 0x9a, 0x1b, 0x79, 0x05, 0x47, 0xb4, 0x6d, 0x31, 0x96, 0x3c, 0xc3, 0xe0,
  729. 0x40, 0x63, 0x3c, 0xed, 0xc4, 0x3f, 0xf2, 0x0c, 0xc3, 0x05, 0xbc, 0xdc, 0x4b, 0xcb, 0x64, 0xd1,
  730. 0x2b, 0xb3, 0x0c, 0x17, 0x98, 0x3e, 0xca, 0xa6, 0x13, 0x33, 0xbc, 0x2e, 0xa7, 0xac, 0xfa, 0xc3,
  731. 0x82, 0xa9, 0xe9, 0xc1, 0x63, 0xfc, 0x6a, 0xdf, 0x53, 0xb9, 0x19, 0x88, 0xd3, 0x0e, 0x84, 0x80,
  732. 0x2b, 0x68, 0x82, 0x8d, 0xaf, 0xf5, 0x59, 0xd5, 0x56, 0x9f, 0x71, 0xc5, 0xef, 0x6a, 0xed, 0x9d,
  733. 0x68, 0xa0, 0x02, 0xd7, 0xfc, 0x0e, 0xc9, 0x09, 0x40, 0xfd, 0x53, 0xa3, 0xc7, 0xe5, 0xeb, 0xc9,
  734. 0x0c, 0x75, 0x44, 0x1b, 0xf0, 0x97, 0xd5, 0x5d, 0xfd, 0xb6, 0x77, 0xe3, 0x56, 0xfc, 0xa7, 0xfe,
  735. 0xe8, 0x71, 0x1c, 0xf4, 0x39, 0x7e, 0x83, 0x93, 0xfd, 0xe3, 0x51, 0xfe, 0xf9, 0x23, 0xaa, 0xd5,
  736. 0x11, 0x75, 0x04, 0x9e, 0x2c, 0x24, 0x4d, 0x1b, 0xb6, 0xf5, 0x85, 0x9c, 0x37, 0x2b, 0xe9, 0xe8,
  737. 0x95, 0x9c, 0xf6, 0x57, 0xb2, 0x27, 0x60, 0xbd, 0x96, 0xef, 0x66, 0x9f, 0x27, 0xa2, 0x2c, 0x04,
  738. 0x96, 0x72, 0x7b, 0x4a, 0x85, 0x48, 0x51, 0xe2, 0x69, 0x42, 0x25, 0x7e, 0xa5, 0xdb, 0xa5, 0x58,
  739. 0x2f, 0x6f, 0xcf, 0xd6, 0xbe, 0xfe, 0x0b, 0x38, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x34, 0x5a,
  740. 0xa7, 0x20, 0x16, 0x06, 0x00, 0x00,
  741. }