system.pb.go 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: system.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 GardenInfosRequest struct {
  20. Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
  21. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  22. XXX_unrecognized []byte `json:"-"`
  23. XXX_sizecache int32 `json:"-"`
  24. }
  25. func (m *GardenInfosRequest) Reset() { *m = GardenInfosRequest{} }
  26. func (m *GardenInfosRequest) String() string { return proto.CompactTextString(m) }
  27. func (*GardenInfosRequest) ProtoMessage() {}
  28. func (*GardenInfosRequest) Descriptor() ([]byte, []int) {
  29. return fileDescriptor_86a7260ebdc12f47, []int{0}
  30. }
  31. func (m *GardenInfosRequest) XXX_Unmarshal(b []byte) error {
  32. return xxx_messageInfo_GardenInfosRequest.Unmarshal(m, b)
  33. }
  34. func (m *GardenInfosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  35. return xxx_messageInfo_GardenInfosRequest.Marshal(b, m, deterministic)
  36. }
  37. func (m *GardenInfosRequest) XXX_Merge(src proto.Message) {
  38. xxx_messageInfo_GardenInfosRequest.Merge(m, src)
  39. }
  40. func (m *GardenInfosRequest) XXX_Size() int {
  41. return xxx_messageInfo_GardenInfosRequest.Size(m)
  42. }
  43. func (m *GardenInfosRequest) XXX_DiscardUnknown() {
  44. xxx_messageInfo_GardenInfosRequest.DiscardUnknown(m)
  45. }
  46. var xxx_messageInfo_GardenInfosRequest proto.InternalMessageInfo
  47. func (m *GardenInfosRequest) GetIds() []int64 {
  48. if m != nil {
  49. return m.Ids
  50. }
  51. return nil
  52. }
  53. type GardenItem struct {
  54. // 物业公司id
  55. Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"`
  56. // 省
  57. Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"`
  58. ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"`
  59. // 市
  60. City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"`
  61. CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"`
  62. // 区
  63. Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"`
  64. AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"`
  65. // 街道
  66. Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"`
  67. StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"`
  68. // 社区
  69. Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"`
  70. CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"`
  71. // 小区名字
  72. GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
  73. // 小区地址
  74. GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"`
  75. // 物业联系人
  76. PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"`
  77. // 物业联系人手机号
  78. PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"`
  79. Id int64 `protobuf:"varint,16,opt,name=id,proto3" json:"id"`
  80. GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"`
  81. GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"`
  82. InUse bool `protobuf:"varint,19,opt,name=in_use,json=inUse,proto3" json:"in_use"`
  83. // 经度
  84. Lnt float64 `protobuf:"fixed64,20,opt,name=lnt,proto3" json:"lnt"`
  85. // 纬度
  86. Lat float64 `protobuf:"fixed64,21,opt,name=lat,proto3" json:"lat"`
  87. Appendix []string `protobuf:"bytes,22,rep,name=appendix,proto3" json:"appendix"`
  88. Status int32 `protobuf:"varint,23,opt,name=status,proto3" json:"status"`
  89. Feedback string `protobuf:"bytes,24,opt,name=feedback,proto3" json:"feedback"`
  90. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  91. XXX_unrecognized []byte `json:"-"`
  92. XXX_sizecache int32 `json:"-"`
  93. }
  94. func (m *GardenItem) Reset() { *m = GardenItem{} }
  95. func (m *GardenItem) String() string { return proto.CompactTextString(m) }
  96. func (*GardenItem) ProtoMessage() {}
  97. func (*GardenItem) Descriptor() ([]byte, []int) {
  98. return fileDescriptor_86a7260ebdc12f47, []int{1}
  99. }
  100. func (m *GardenItem) XXX_Unmarshal(b []byte) error {
  101. return xxx_messageInfo_GardenItem.Unmarshal(m, b)
  102. }
  103. func (m *GardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  104. return xxx_messageInfo_GardenItem.Marshal(b, m, deterministic)
  105. }
  106. func (m *GardenItem) XXX_Merge(src proto.Message) {
  107. xxx_messageInfo_GardenItem.Merge(m, src)
  108. }
  109. func (m *GardenItem) XXX_Size() int {
  110. return xxx_messageInfo_GardenItem.Size(m)
  111. }
  112. func (m *GardenItem) XXX_DiscardUnknown() {
  113. xxx_messageInfo_GardenItem.DiscardUnknown(m)
  114. }
  115. var xxx_messageInfo_GardenItem proto.InternalMessageInfo
  116. func (m *GardenItem) GetCid() int64 {
  117. if m != nil {
  118. return m.Cid
  119. }
  120. return 0
  121. }
  122. func (m *GardenItem) GetProvince() string {
  123. if m != nil {
  124. return m.Province
  125. }
  126. return ""
  127. }
  128. func (m *GardenItem) GetProvinceCode() string {
  129. if m != nil {
  130. return m.ProvinceCode
  131. }
  132. return ""
  133. }
  134. func (m *GardenItem) GetCity() string {
  135. if m != nil {
  136. return m.City
  137. }
  138. return ""
  139. }
  140. func (m *GardenItem) GetCityCode() string {
  141. if m != nil {
  142. return m.CityCode
  143. }
  144. return ""
  145. }
  146. func (m *GardenItem) GetArea() string {
  147. if m != nil {
  148. return m.Area
  149. }
  150. return ""
  151. }
  152. func (m *GardenItem) GetAreaCode() string {
  153. if m != nil {
  154. return m.AreaCode
  155. }
  156. return ""
  157. }
  158. func (m *GardenItem) GetStreet() string {
  159. if m != nil {
  160. return m.Street
  161. }
  162. return ""
  163. }
  164. func (m *GardenItem) GetStreetCode() string {
  165. if m != nil {
  166. return m.StreetCode
  167. }
  168. return ""
  169. }
  170. func (m *GardenItem) GetCommittee() string {
  171. if m != nil {
  172. return m.Committee
  173. }
  174. return ""
  175. }
  176. func (m *GardenItem) GetCommitteeCode() string {
  177. if m != nil {
  178. return m.CommitteeCode
  179. }
  180. return ""
  181. }
  182. func (m *GardenItem) GetGardenName() string {
  183. if m != nil {
  184. return m.GardenName
  185. }
  186. return ""
  187. }
  188. func (m *GardenItem) GetGardenAddr() string {
  189. if m != nil {
  190. return m.GardenAddr
  191. }
  192. return ""
  193. }
  194. func (m *GardenItem) GetPropertyPerson() string {
  195. if m != nil {
  196. return m.PropertyPerson
  197. }
  198. return ""
  199. }
  200. func (m *GardenItem) GetPropertyPhone() string {
  201. if m != nil {
  202. return m.PropertyPhone
  203. }
  204. return ""
  205. }
  206. func (m *GardenItem) GetId() int64 {
  207. if m != nil {
  208. return m.Id
  209. }
  210. return 0
  211. }
  212. func (m *GardenItem) GetGardenPic() string {
  213. if m != nil {
  214. return m.GardenPic
  215. }
  216. return ""
  217. }
  218. func (m *GardenItem) GetGardenDesc() string {
  219. if m != nil {
  220. return m.GardenDesc
  221. }
  222. return ""
  223. }
  224. func (m *GardenItem) GetInUse() bool {
  225. if m != nil {
  226. return m.InUse
  227. }
  228. return false
  229. }
  230. func (m *GardenItem) GetLnt() float64 {
  231. if m != nil {
  232. return m.Lnt
  233. }
  234. return 0
  235. }
  236. func (m *GardenItem) GetLat() float64 {
  237. if m != nil {
  238. return m.Lat
  239. }
  240. return 0
  241. }
  242. func (m *GardenItem) GetAppendix() []string {
  243. if m != nil {
  244. return m.Appendix
  245. }
  246. return nil
  247. }
  248. func (m *GardenItem) GetStatus() int32 {
  249. if m != nil {
  250. return m.Status
  251. }
  252. return 0
  253. }
  254. func (m *GardenItem) GetFeedback() string {
  255. if m != nil {
  256. return m.Feedback
  257. }
  258. return ""
  259. }
  260. type GardenInfosReply struct {
  261. List []*GardenItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"`
  262. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  263. XXX_unrecognized []byte `json:"-"`
  264. XXX_sizecache int32 `json:"-"`
  265. }
  266. func (m *GardenInfosReply) Reset() { *m = GardenInfosReply{} }
  267. func (m *GardenInfosReply) String() string { return proto.CompactTextString(m) }
  268. func (*GardenInfosReply) ProtoMessage() {}
  269. func (*GardenInfosReply) Descriptor() ([]byte, []int) {
  270. return fileDescriptor_86a7260ebdc12f47, []int{2}
  271. }
  272. func (m *GardenInfosReply) XXX_Unmarshal(b []byte) error {
  273. return xxx_messageInfo_GardenInfosReply.Unmarshal(m, b)
  274. }
  275. func (m *GardenInfosReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  276. return xxx_messageInfo_GardenInfosReply.Marshal(b, m, deterministic)
  277. }
  278. func (m *GardenInfosReply) XXX_Merge(src proto.Message) {
  279. xxx_messageInfo_GardenInfosReply.Merge(m, src)
  280. }
  281. func (m *GardenInfosReply) XXX_Size() int {
  282. return xxx_messageInfo_GardenInfosReply.Size(m)
  283. }
  284. func (m *GardenInfosReply) XXX_DiscardUnknown() {
  285. xxx_messageInfo_GardenInfosReply.DiscardUnknown(m)
  286. }
  287. var xxx_messageInfo_GardenInfosReply proto.InternalMessageInfo
  288. func (m *GardenInfosReply) GetList() []*GardenItem {
  289. if m != nil {
  290. return m.List
  291. }
  292. return nil
  293. }
  294. func init() {
  295. proto.RegisterType((*GardenInfosRequest)(nil), "pb_v1.GardenInfosRequest")
  296. proto.RegisterType((*GardenItem)(nil), "pb_v1.GardenItem")
  297. proto.RegisterType((*GardenInfosReply)(nil), "pb_v1.GardenInfosReply")
  298. }
  299. func init() {
  300. proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
  301. }
  302. var fileDescriptor_86a7260ebdc12f47 = []byte{
  303. // 480 bytes of a gzipped FileDescriptorProto
  304. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x93, 0x4b, 0x8f, 0xd3, 0x30,
  305. 0x10, 0xc7, 0x95, 0xbe, 0x68, 0xa7, 0x8f, 0xed, 0x1a, 0xba, 0x3b, 0xe2, 0xa1, 0x8d, 0x8a, 0x16,
  306. 0x72, 0xa1, 0xab, 0x85, 0x13, 0x47, 0x1e, 0x12, 0xe2, 0x82, 0x56, 0x91, 0xb8, 0x70, 0x89, 0x5c,
  307. 0x7b, 0x16, 0x2c, 0x9a, 0xc4, 0xd8, 0x6e, 0x45, 0xbf, 0x13, 0x1f, 0x12, 0xd9, 0x4e, 0xda, 0xee,
  308. 0x29, 0x33, 0xbf, 0xf9, 0xff, 0x9d, 0x49, 0x66, 0x0c, 0x13, 0xbb, 0xb7, 0x8e, 0xca, 0x95, 0x36,
  309. 0xb5, 0xab, 0x59, 0x5f, 0xaf, 0x8b, 0xdd, 0xed, 0xf2, 0x15, 0xb0, 0x2f, 0xdc, 0x48, 0xaa, 0xbe,
  310. 0x56, 0xf7, 0xb5, 0xcd, 0xe9, 0xcf, 0x96, 0xac, 0x63, 0x73, 0xe8, 0x2a, 0x69, 0x31, 0x49, 0xbb,
  311. 0x59, 0x37, 0xf7, 0xe1, 0xf2, 0x5f, 0x1f, 0xa0, 0x11, 0x3a, 0x2a, 0xbd, 0x40, 0x28, 0x89, 0x49,
  312. 0x9a, 0x78, 0x81, 0x50, 0x92, 0x3d, 0x85, 0xa1, 0x36, 0xf5, 0x4e, 0x55, 0x82, 0xb0, 0x93, 0x26,
  313. 0xd9, 0x28, 0x3f, 0xe4, 0xec, 0x25, 0x4c, 0xdb, 0xb8, 0x10, 0xb5, 0x24, 0xec, 0x06, 0xc1, 0xa4,
  314. 0x85, 0x9f, 0x6a, 0x49, 0x8c, 0x41, 0x4f, 0x28, 0xb7, 0xc7, 0x5e, 0xa8, 0x85, 0x98, 0x3d, 0x83,
  315. 0x91, 0x7f, 0x46, 0x53, 0x3f, 0x9e, 0xea, 0x41, 0x6b, 0xe0, 0x86, 0x38, 0x0e, 0xa2, 0xc1, 0xc7,
  316. 0xde, 0xe0, 0x9f, 0xd1, 0xf0, 0x28, 0x1a, 0x3c, 0x08, 0x86, 0x0b, 0x18, 0x58, 0x67, 0x88, 0x1c,
  317. 0x0e, 0x43, 0xa5, 0xc9, 0xd8, 0x15, 0x8c, 0x63, 0x14, 0x6d, 0xa3, 0x50, 0x84, 0x88, 0x82, 0xf1,
  318. 0x39, 0x8c, 0x44, 0x5d, 0x96, 0xca, 0x39, 0x22, 0x84, 0x50, 0x3e, 0x02, 0x76, 0x0d, 0xb3, 0x43,
  319. 0x12, 0x4f, 0x18, 0x07, 0xc9, 0xf4, 0x40, 0xc3, 0x21, 0x57, 0x30, 0xfe, 0x19, 0x7e, 0x60, 0x51,
  320. 0xf1, 0x92, 0x70, 0x12, 0xdf, 0x12, 0xd1, 0x37, 0x5e, 0x9e, 0x0a, 0xb8, 0x94, 0x06, 0xa7, 0xa7,
  321. 0x82, 0x0f, 0x52, 0x1a, 0xf6, 0x1a, 0xce, 0xb4, 0xa9, 0x35, 0x19, 0xb7, 0x2f, 0x34, 0x19, 0x5b,
  322. 0x57, 0x38, 0x0b, 0xa2, 0x59, 0x8b, 0xef, 0x02, 0xf5, 0x1d, 0x1d, 0x85, 0xbf, 0xea, 0x8a, 0xf0,
  323. 0x2c, 0x76, 0x74, 0xd0, 0x79, 0xc8, 0x66, 0xd0, 0x51, 0x12, 0xe7, 0x61, 0x86, 0x1d, 0x25, 0xd9,
  324. 0x0b, 0x68, 0xde, 0x56, 0x68, 0x25, 0xf0, 0x3c, 0x7e, 0x67, 0x24, 0x77, 0x4a, 0x9c, 0xf4, 0x27,
  325. 0xc9, 0x0a, 0x64, 0xa7, 0xfd, 0x7d, 0x26, 0x2b, 0xd8, 0x02, 0x06, 0xaa, 0x2a, 0xb6, 0x96, 0xf0,
  326. 0x71, 0x9a, 0x64, 0xc3, 0xbc, 0xaf, 0xaa, 0xef, 0x96, 0xfc, 0xae, 0x6c, 0x2a, 0x87, 0x4f, 0xd2,
  327. 0x24, 0x4b, 0x72, 0x1f, 0x06, 0xc2, 0x1d, 0x2e, 0x1a, 0xc2, 0x9d, 0xdf, 0x1e, 0xae, 0x35, 0x55,
  328. 0x52, 0xfd, 0xc5, 0x8b, 0xb4, 0x1b, 0xc6, 0xd6, 0xe4, 0x71, 0x6c, 0xdc, 0x6d, 0x2d, 0x5e, 0xa6,
  329. 0x49, 0xd6, 0xcf, 0x9b, 0xcc, 0x7b, 0xee, 0x89, 0xe4, 0x9a, 0x8b, 0xdf, 0x88, 0x71, 0xd4, 0x6d,
  330. 0xbe, 0x7c, 0x0f, 0xf3, 0x07, 0x6b, 0xad, 0x37, 0x7b, 0x76, 0x0d, 0xbd, 0x8d, 0xb2, 0x2e, 0x6c,
  331. 0xf5, 0xf8, 0xed, 0xf9, 0x2a, 0x5c, 0x80, 0xd5, 0x71, 0xa9, 0xf3, 0x50, 0xfe, 0x78, 0xf9, 0x63,
  332. 0xd1, 0xfe, 0xa6, 0x37, 0x92, 0x76, 0x4a, 0xd0, 0x8d, 0x5e, 0xdf, 0xec, 0x6e, 0xd7, 0x83, 0x70,
  333. 0x71, 0xde, 0xfd, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x48, 0x55, 0xf3, 0x1a, 0x48, 0x03, 0x00, 0x00,
  334. }