// Code generated by protoc-gen-go. DO NOT EDIT. // source: system.proto // package声明符,用来防止不同的消息类型有命名冲突 package v1 import ( fmt "fmt" proto "github.com/golang/protobuf/proto" math "math" ) // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package type GardenInfosRequest struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenInfosRequest) Reset() { *m = GardenInfosRequest{} } func (m *GardenInfosRequest) String() string { return proto.CompactTextString(m) } func (*GardenInfosRequest) ProtoMessage() {} func (*GardenInfosRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{0} } func (m *GardenInfosRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenInfosRequest.Unmarshal(m, b) } func (m *GardenInfosRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenInfosRequest.Marshal(b, m, deterministic) } func (m *GardenInfosRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenInfosRequest.Merge(m, src) } func (m *GardenInfosRequest) XXX_Size() int { return xxx_messageInfo_GardenInfosRequest.Size(m) } func (m *GardenInfosRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenInfosRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenInfosRequest proto.InternalMessageInfo func (m *GardenInfosRequest) GetIds() []int64 { if m != nil { return m.Ids } return nil } type GardenItem struct { // 物业公司id Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` // 省 Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"` ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` // 市 City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"` CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"` // 区 Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"` AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"` // 街道 Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"` StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"` // 社区 Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"` CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` // 小区名字 GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` // 小区地址 GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"` // 物业联系人 PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"` // 物业联系人手机号 PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"` Id int64 `protobuf:"varint,16,opt,name=id,proto3" json:"id"` GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"` GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"` InUse bool `protobuf:"varint,19,opt,name=in_use,json=inUse,proto3" json:"in_use"` // 经度 Lnt float64 `protobuf:"fixed64,20,opt,name=lnt,proto3" json:"lnt"` // 纬度 Lat float64 `protobuf:"fixed64,21,opt,name=lat,proto3" json:"lat"` Appendix []string `protobuf:"bytes,22,rep,name=appendix,proto3" json:"appendix"` Status int32 `protobuf:"varint,23,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,24,opt,name=feedback,proto3" json:"feedback"` PayMode int32 `protobuf:"varint,25,opt,name=pay_mode,json=payMode,proto3" json:"pay_mode"` MchId string `protobuf:"bytes,26,opt,name=mch_id,json=mchId,proto3" json:"mch_id"` HouseCountLimit int64 `protobuf:"varint,27,opt,name=house_count_limit,json=houseCountLimit,proto3" json:"house_count_limit"` HouseCount int64 `protobuf:"varint,28,opt,name=house_count,json=houseCount,proto3" json:"house_count"` Enable bool `protobuf:"varint,29,opt,name=enable,proto3" json:"enable"` ExpireAt int64 `protobuf:"varint,30,opt,name=expire_at,json=expireAt,proto3" json:"expire_at"` // 1塔楼 2 板楼 3 塔板结合 4 其他 BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"` // 建成年份开始时间戳 BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"` // 建成年份结束时间戳 BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"` // 绿化率 GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"` // 容积率 AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"` // 车位配比 SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"` // 占地面积 CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"` // 建筑面积 BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 小区图片 GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"` // 开发企业 BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"` // 总户数 HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"` // 固定车位数 SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"` // 物业费开始,单位分 PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"` // 物业费结束, 单位分 PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"` // 水费类型多选 1 民用 2 商用 WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"` // 电费类型多选 1 民用 2 商用 ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"` // 燃气费开始,单位分 GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"` // 燃气费开始,单位分 GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"` AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenItem) Reset() { *m = GardenItem{} } func (m *GardenItem) String() string { return proto.CompactTextString(m) } func (*GardenItem) ProtoMessage() {} func (*GardenItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{1} } func (m *GardenItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenItem.Unmarshal(m, b) } func (m *GardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenItem.Marshal(b, m, deterministic) } func (m *GardenItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenItem.Merge(m, src) } func (m *GardenItem) XXX_Size() int { return xxx_messageInfo_GardenItem.Size(m) } func (m *GardenItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenItem.DiscardUnknown(m) } var xxx_messageInfo_GardenItem proto.InternalMessageInfo func (m *GardenItem) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenItem) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenItem) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenItem) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenItem) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenItem) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenItem) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenItem) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenItem) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenItem) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenItem) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenItem) GetGardenAddr() string { if m != nil { return m.GardenAddr } return "" } func (m *GardenItem) GetPropertyPerson() string { if m != nil { return m.PropertyPerson } return "" } func (m *GardenItem) GetPropertyPhone() string { if m != nil { return m.PropertyPhone } return "" } func (m *GardenItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenItem) GetGardenPic() string { if m != nil { return m.GardenPic } return "" } func (m *GardenItem) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *GardenItem) GetInUse() bool { if m != nil { return m.InUse } return false } func (m *GardenItem) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *GardenItem) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *GardenItem) GetAppendix() []string { if m != nil { return m.Appendix } return nil } func (m *GardenItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *GardenItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *GardenItem) GetPayMode() int32 { if m != nil { return m.PayMode } return 0 } func (m *GardenItem) GetMchId() string { if m != nil { return m.MchId } return "" } func (m *GardenItem) GetHouseCountLimit() int64 { if m != nil { return m.HouseCountLimit } return 0 } func (m *GardenItem) GetHouseCount() int64 { if m != nil { return m.HouseCount } return 0 } func (m *GardenItem) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *GardenItem) GetExpireAt() int64 { if m != nil { return m.ExpireAt } return 0 } func (m *GardenItem) GetBuildingType() int32 { if m != nil { return m.BuildingType } return 0 } func (m *GardenItem) GetBuildingStart() int64 { if m != nil { return m.BuildingStart } return 0 } func (m *GardenItem) GetBuildingEnd() int64 { if m != nil { return m.BuildingEnd } return 0 } func (m *GardenItem) GetGreenPercent() float64 { if m != nil { return m.GreenPercent } return 0 } func (m *GardenItem) GetAreaPercent() float64 { if m != nil { return m.AreaPercent } return 0 } func (m *GardenItem) GetSpaceInfo() string { if m != nil { return m.SpaceInfo } return "" } func (m *GardenItem) GetCoveredArea() float64 { if m != nil { return m.CoveredArea } return 0 } func (m *GardenItem) GetBuildingArea() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *GardenItem) GetGardenPics() []string { if m != nil { return m.GardenPics } return nil } func (m *GardenItem) GetBuildingCompany() string { if m != nil { return m.BuildingCompany } return "" } func (m *GardenItem) GetHouseTotal() int64 { if m != nil { return m.HouseTotal } return 0 } func (m *GardenItem) GetSpaceTotal() int64 { if m != nil { return m.SpaceTotal } return 0 } func (m *GardenItem) GetPropertyFeeStart() int64 { if m != nil { return m.PropertyFeeStart } return 0 } func (m *GardenItem) GetPropertyFeeEnd() int64 { if m != nil { return m.PropertyFeeEnd } return 0 } func (m *GardenItem) GetWaterType() []int32 { if m != nil { return m.WaterType } return nil } func (m *GardenItem) GetElectricType() []int32 { if m != nil { return m.ElectricType } return nil } func (m *GardenItem) GetGasFeeStart() int64 { if m != nil { return m.GasFeeStart } return 0 } func (m *GardenItem) GetGasFeeEnd() int64 { if m != nil { return m.GasFeeEnd } return 0 } func (m *GardenItem) GetAvgPrice() int64 { if m != nil { return m.AvgPrice } return 0 } type GardenInfosReply struct { List []*GardenItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenInfosReply) Reset() { *m = GardenInfosReply{} } func (m *GardenInfosReply) String() string { return proto.CompactTextString(m) } func (*GardenInfosReply) ProtoMessage() {} func (*GardenInfosReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{2} } func (m *GardenInfosReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenInfosReply.Unmarshal(m, b) } func (m *GardenInfosReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenInfosReply.Marshal(b, m, deterministic) } func (m *GardenInfosReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenInfosReply.Merge(m, src) } func (m *GardenInfosReply) XXX_Size() int { return xxx_messageInfo_GardenInfosReply.Size(m) } func (m *GardenInfosReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenInfosReply.DiscardUnknown(m) } var xxx_messageInfo_GardenInfosReply proto.InternalMessageInfo func (m *GardenInfosReply) GetList() []*GardenItem { if m != nil { return m.List } return nil } type GardenIdInfo struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenIdInfo) Reset() { *m = GardenIdInfo{} } func (m *GardenIdInfo) String() string { return proto.CompactTextString(m) } func (*GardenIdInfo) ProtoMessage() {} func (*GardenIdInfo) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{3} } func (m *GardenIdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenIdInfo.Unmarshal(m, b) } func (m *GardenIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenIdInfo.Marshal(b, m, deterministic) } func (m *GardenIdInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenIdInfo.Merge(m, src) } func (m *GardenIdInfo) XXX_Size() int { return xxx_messageInfo_GardenIdInfo.Size(m) } func (m *GardenIdInfo) XXX_DiscardUnknown() { xxx_messageInfo_GardenIdInfo.DiscardUnknown(m) } var xxx_messageInfo_GardenIdInfo proto.InternalMessageInfo func (m *GardenIdInfo) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenIdInfo) GetGardenName() string { if m != nil { return m.GardenName } return "" } type GardenIdsRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenIdsRequest) Reset() { *m = GardenIdsRequest{} } func (m *GardenIdsRequest) String() string { return proto.CompactTextString(m) } func (*GardenIdsRequest) ProtoMessage() {} func (*GardenIdsRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{4} } func (m *GardenIdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenIdsRequest.Unmarshal(m, b) } func (m *GardenIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenIdsRequest.Marshal(b, m, deterministic) } func (m *GardenIdsRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenIdsRequest.Merge(m, src) } func (m *GardenIdsRequest) XXX_Size() int { return xxx_messageInfo_GardenIdsRequest.Size(m) } func (m *GardenIdsRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenIdsRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenIdsRequest proto.InternalMessageInfo type GardenIdsReply struct { GardenIds []*GardenIdInfo `protobuf:"bytes,1,rep,name=garden_ids,json=gardenIds,proto3" json:"garden_ids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenIdsReply) Reset() { *m = GardenIdsReply{} } func (m *GardenIdsReply) String() string { return proto.CompactTextString(m) } func (*GardenIdsReply) ProtoMessage() {} func (*GardenIdsReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{5} } func (m *GardenIdsReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenIdsReply.Unmarshal(m, b) } func (m *GardenIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenIdsReply.Marshal(b, m, deterministic) } func (m *GardenIdsReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenIdsReply.Merge(m, src) } func (m *GardenIdsReply) XXX_Size() int { return xxx_messageInfo_GardenIdsReply.Size(m) } func (m *GardenIdsReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenIdsReply.DiscardUnknown(m) } var xxx_messageInfo_GardenIdsReply proto.InternalMessageInfo func (m *GardenIdsReply) GetGardenIds() []*GardenIdInfo { if m != nil { return m.GardenIds } return nil } type GardenAddRequest struct { // 物业公司id Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` // 省 Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"` ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` // 市 City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"` CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"` // 区 Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"` AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"` // 街道 Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"` StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"` // 社区 Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"` CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` // 小区名字 GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` // 小区地址 GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"` // 物业联系人 PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"` // 物业联系人手机号 PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"` // 免费小区个数 FreeGardenCount int32 `protobuf:"varint,16,opt,name=free_garden_count,json=freeGardenCount,proto3" json:"free_garden_count"` GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"` GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"` // 经度 Lnt float64 `protobuf:"fixed64,19,opt,name=lnt,proto3" json:"lnt"` // 纬度 Lat float64 `protobuf:"fixed64,20,opt,name=lat,proto3" json:"lat"` Appendix []string `protobuf:"bytes,21,rep,name=appendix,proto3" json:"appendix"` OrderId int64 `protobuf:"varint,22,opt,name=order_id,json=orderId,proto3" json:"order_id"` // 1塔楼 2 板楼 3 塔板结合 4 其他 BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"` // 建成年份开始时间戳 BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"` // 建成年份结束时间戳 BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"` // 绿化率 GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"` // 容积率 AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"` // 车位配比 SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"` // 占地面积 CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"` // 建筑面积 BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 小区图片 GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"` // 开发企业 BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"` // 总户数 HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"` // 固定车位数 SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"` // 物业费开始,单位分 PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"` // 物业费结束, 单位分 PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"` // 水费类型多选 1 民用 2 商用 WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"` // 电费类型多选 1 民用 2 商用 ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"` // 燃气费开始,单位分 GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"` // 燃气费开始,单位分 GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"` AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenAddRequest) Reset() { *m = GardenAddRequest{} } func (m *GardenAddRequest) String() string { return proto.CompactTextString(m) } func (*GardenAddRequest) ProtoMessage() {} func (*GardenAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{6} } func (m *GardenAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenAddRequest.Unmarshal(m, b) } func (m *GardenAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenAddRequest.Marshal(b, m, deterministic) } func (m *GardenAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenAddRequest.Merge(m, src) } func (m *GardenAddRequest) XXX_Size() int { return xxx_messageInfo_GardenAddRequest.Size(m) } func (m *GardenAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenAddRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenAddRequest proto.InternalMessageInfo func (m *GardenAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenAddRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenAddRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenAddRequest) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenAddRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenAddRequest) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenAddRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenAddRequest) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenAddRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenAddRequest) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenAddRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenAddRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenAddRequest) GetGardenAddr() string { if m != nil { return m.GardenAddr } return "" } func (m *GardenAddRequest) GetPropertyPerson() string { if m != nil { return m.PropertyPerson } return "" } func (m *GardenAddRequest) GetPropertyPhone() string { if m != nil { return m.PropertyPhone } return "" } func (m *GardenAddRequest) GetFreeGardenCount() int32 { if m != nil { return m.FreeGardenCount } return 0 } func (m *GardenAddRequest) GetGardenPic() string { if m != nil { return m.GardenPic } return "" } func (m *GardenAddRequest) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *GardenAddRequest) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *GardenAddRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *GardenAddRequest) GetAppendix() []string { if m != nil { return m.Appendix } return nil } func (m *GardenAddRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *GardenAddRequest) GetBuildingType() int32 { if m != nil { return m.BuildingType } return 0 } func (m *GardenAddRequest) GetBuildingStart() int64 { if m != nil { return m.BuildingStart } return 0 } func (m *GardenAddRequest) GetBuildingEnd() int64 { if m != nil { return m.BuildingEnd } return 0 } func (m *GardenAddRequest) GetGreenPercent() float64 { if m != nil { return m.GreenPercent } return 0 } func (m *GardenAddRequest) GetAreaPercent() float64 { if m != nil { return m.AreaPercent } return 0 } func (m *GardenAddRequest) GetSpaceInfo() string { if m != nil { return m.SpaceInfo } return "" } func (m *GardenAddRequest) GetCoveredArea() float64 { if m != nil { return m.CoveredArea } return 0 } func (m *GardenAddRequest) GetBuildingArea() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *GardenAddRequest) GetGardenPics() []string { if m != nil { return m.GardenPics } return nil } func (m *GardenAddRequest) GetBuildingCompany() string { if m != nil { return m.BuildingCompany } return "" } func (m *GardenAddRequest) GetHouseTotal() int64 { if m != nil { return m.HouseTotal } return 0 } func (m *GardenAddRequest) GetSpaceTotal() int64 { if m != nil { return m.SpaceTotal } return 0 } func (m *GardenAddRequest) GetPropertyFeeStart() int64 { if m != nil { return m.PropertyFeeStart } return 0 } func (m *GardenAddRequest) GetPropertyFeeEnd() int64 { if m != nil { return m.PropertyFeeEnd } return 0 } func (m *GardenAddRequest) GetWaterType() []int32 { if m != nil { return m.WaterType } return nil } func (m *GardenAddRequest) GetElectricType() []int32 { if m != nil { return m.ElectricType } return nil } func (m *GardenAddRequest) GetGasFeeStart() int64 { if m != nil { return m.GasFeeStart } return 0 } func (m *GardenAddRequest) GetGasFeeEnd() int64 { if m != nil { return m.GasFeeEnd } return 0 } func (m *GardenAddRequest) GetAvgPrice() int64 { if m != nil { return m.AvgPrice } return 0 } type GardenAddReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenAddReply) Reset() { *m = GardenAddReply{} } func (m *GardenAddReply) String() string { return proto.CompactTextString(m) } func (*GardenAddReply) ProtoMessage() {} func (*GardenAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{7} } func (m *GardenAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenAddReply.Unmarshal(m, b) } func (m *GardenAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenAddReply.Marshal(b, m, deterministic) } func (m *GardenAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenAddReply.Merge(m, src) } func (m *GardenAddReply) XXX_Size() int { return xxx_messageInfo_GardenAddReply.Size(m) } func (m *GardenAddReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenAddReply.DiscardUnknown(m) } var xxx_messageInfo_GardenAddReply proto.InternalMessageInfo func (m *GardenAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type GardenListRequest struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"` CommitteeCode string `protobuf:"bytes,4,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` NeedAppendix bool `protobuf:"varint,5,opt,name=need_appendix,json=needAppendix,proto3" json:"need_appendix"` NotApproved bool `protobuf:"varint,6,opt,name=not_approved,json=notApproved,proto3" json:"not_approved"` StreetCode string `protobuf:"bytes,7,opt,name=street_code,json=streetCode,proto3" json:"street_code"` GardenName string `protobuf:"bytes,8,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` ApproveStatus int32 `protobuf:"varint,9,opt,name=approve_status,json=approveStatus,proto3" json:"approve_status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenListRequest) Reset() { *m = GardenListRequest{} } func (m *GardenListRequest) String() string { return proto.CompactTextString(m) } func (*GardenListRequest) ProtoMessage() {} func (*GardenListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{8} } func (m *GardenListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenListRequest.Unmarshal(m, b) } func (m *GardenListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenListRequest.Marshal(b, m, deterministic) } func (m *GardenListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenListRequest.Merge(m, src) } func (m *GardenListRequest) XXX_Size() int { return xxx_messageInfo_GardenListRequest.Size(m) } func (m *GardenListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenListRequest proto.InternalMessageInfo func (m *GardenListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenListRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenListRequest) GetNeedAppendix() bool { if m != nil { return m.NeedAppendix } return false } func (m *GardenListRequest) GetNotApproved() bool { if m != nil { return m.NotApproved } return false } func (m *GardenListRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenListRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenListRequest) GetApproveStatus() int32 { if m != nil { return m.ApproveStatus } return 0 } type GardenListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*GardenItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenListReply) Reset() { *m = GardenListReply{} } func (m *GardenListReply) String() string { return proto.CompactTextString(m) } func (*GardenListReply) ProtoMessage() {} func (*GardenListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{9} } func (m *GardenListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenListReply.Unmarshal(m, b) } func (m *GardenListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenListReply.Marshal(b, m, deterministic) } func (m *GardenListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenListReply.Merge(m, src) } func (m *GardenListReply) XXX_Size() int { return xxx_messageInfo_GardenListReply.Size(m) } func (m *GardenListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenListReply proto.InternalMessageInfo func (m *GardenListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenListReply) GetList() []*GardenItem { if m != nil { return m.List } return nil } type GardenUpdateRequest struct { // id Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` // 省 Province string `protobuf:"bytes,2,opt,name=province,proto3" json:"province"` ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` // 市 City string `protobuf:"bytes,4,opt,name=city,proto3" json:"city"` CityCode string `protobuf:"bytes,5,opt,name=city_code,json=cityCode,proto3" json:"city_code"` // 区 Area string `protobuf:"bytes,6,opt,name=area,proto3" json:"area"` AreaCode string `protobuf:"bytes,7,opt,name=area_code,json=areaCode,proto3" json:"area_code"` // 街道 Street string `protobuf:"bytes,8,opt,name=street,proto3" json:"street"` StreetCode string `protobuf:"bytes,9,opt,name=street_code,json=streetCode,proto3" json:"street_code"` // 社区 Committee string `protobuf:"bytes,10,opt,name=committee,proto3" json:"committee"` CommitteeCode string `protobuf:"bytes,11,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` // 小区名字 GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` // 小区地址 GardenAddr string `protobuf:"bytes,13,opt,name=garden_addr,json=gardenAddr,proto3" json:"garden_addr"` // 物业联系人 PropertyPerson string `protobuf:"bytes,14,opt,name=property_person,json=propertyPerson,proto3" json:"property_person"` // 物业联系人手机号 PropertyPhone string `protobuf:"bytes,15,opt,name=property_phone,json=propertyPhone,proto3" json:"property_phone"` Cid int64 `protobuf:"varint,16,opt,name=cid,proto3" json:"cid"` GardenPic string `protobuf:"bytes,17,opt,name=garden_pic,json=gardenPic,proto3" json:"garden_pic"` GardenDesc string `protobuf:"bytes,18,opt,name=garden_desc,json=gardenDesc,proto3" json:"garden_desc"` // 经度 Lnt float64 `protobuf:"fixed64,19,opt,name=lnt,proto3" json:"lnt"` // 纬度 Lat float64 `protobuf:"fixed64,20,opt,name=lat,proto3" json:"lat"` // 1塔楼 2 板楼 3 塔板结合 4 其他 BuildingType int32 `protobuf:"varint,31,opt,name=building_type,json=buildingType,proto3" json:"building_type"` // 建成年份开始时间戳 BuildingStart int64 `protobuf:"varint,32,opt,name=building_start,json=buildingStart,proto3" json:"building_start"` // 建成年份结束时间戳 BuildingEnd int64 `protobuf:"varint,33,opt,name=building_end,json=buildingEnd,proto3" json:"building_end"` // 绿化率 GreenPercent float64 `protobuf:"fixed64,34,opt,name=green_percent,json=greenPercent,proto3" json:"green_percent"` // 容积率 AreaPercent float64 `protobuf:"fixed64,35,opt,name=area_percent,json=areaPercent,proto3" json:"area_percent"` // 车位配比 SpaceInfo string `protobuf:"bytes,36,opt,name=space_info,json=spaceInfo,proto3" json:"space_info"` // 占地面积 CoveredArea float64 `protobuf:"fixed64,37,opt,name=covered_area,json=coveredArea,proto3" json:"covered_area"` // 建筑面积 BuildingArea float64 `protobuf:"fixed64,38,opt,name=building_area,json=buildingArea,proto3" json:"building_area"` // 小区图片 GardenPics []string `protobuf:"bytes,39,rep,name=garden_pics,json=gardenPics,proto3" json:"garden_pics"` // 开发企业 BuildingCompany string `protobuf:"bytes,40,opt,name=building_company,json=buildingCompany,proto3" json:"building_company"` // 总户数 HouseTotal int64 `protobuf:"varint,41,opt,name=house_total,json=houseTotal,proto3" json:"house_total"` // 固定车位数 SpaceTotal int64 `protobuf:"varint,42,opt,name=space_total,json=spaceTotal,proto3" json:"space_total"` // 物业费开始,单位分 PropertyFeeStart int64 `protobuf:"varint,43,opt,name=property_fee_start,json=propertyFeeStart,proto3" json:"property_fee_start"` // 物业费结束, 单位分 PropertyFeeEnd int64 `protobuf:"varint,44,opt,name=property_fee_end,json=propertyFeeEnd,proto3" json:"property_fee_end"` // 水费类型多选 1 民用 2 商用 WaterType []int32 `protobuf:"varint,45,rep,packed,name=water_type,json=waterType,proto3" json:"water_type"` // 电费类型多选 1 民用 2 商用 ElectricType []int32 `protobuf:"varint,46,rep,packed,name=electric_type,json=electricType,proto3" json:"electric_type"` // 燃气费开始,单位分 GasFeeStart int64 `protobuf:"varint,47,opt,name=gas_fee_start,json=gasFeeStart,proto3" json:"gas_fee_start"` // 燃气费开始,单位分 GasFeeEnd int64 `protobuf:"varint,48,opt,name=gas_fee_end,json=gasFeeEnd,proto3" json:"gas_fee_end"` AvgPrice int64 `protobuf:"varint,49,opt,name=avg_price,json=avgPrice,proto3" json:"avg_price"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenUpdateRequest) Reset() { *m = GardenUpdateRequest{} } func (m *GardenUpdateRequest) String() string { return proto.CompactTextString(m) } func (*GardenUpdateRequest) ProtoMessage() {} func (*GardenUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{10} } func (m *GardenUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenUpdateRequest.Unmarshal(m, b) } func (m *GardenUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenUpdateRequest.Marshal(b, m, deterministic) } func (m *GardenUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenUpdateRequest.Merge(m, src) } func (m *GardenUpdateRequest) XXX_Size() int { return xxx_messageInfo_GardenUpdateRequest.Size(m) } func (m *GardenUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenUpdateRequest proto.InternalMessageInfo func (m *GardenUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenUpdateRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenUpdateRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenUpdateRequest) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenUpdateRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenUpdateRequest) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenUpdateRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenUpdateRequest) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenUpdateRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenUpdateRequest) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenUpdateRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenUpdateRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenUpdateRequest) GetGardenAddr() string { if m != nil { return m.GardenAddr } return "" } func (m *GardenUpdateRequest) GetPropertyPerson() string { if m != nil { return m.PropertyPerson } return "" } func (m *GardenUpdateRequest) GetPropertyPhone() string { if m != nil { return m.PropertyPhone } return "" } func (m *GardenUpdateRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenUpdateRequest) GetGardenPic() string { if m != nil { return m.GardenPic } return "" } func (m *GardenUpdateRequest) GetGardenDesc() string { if m != nil { return m.GardenDesc } return "" } func (m *GardenUpdateRequest) GetLnt() float64 { if m != nil { return m.Lnt } return 0 } func (m *GardenUpdateRequest) GetLat() float64 { if m != nil { return m.Lat } return 0 } func (m *GardenUpdateRequest) GetBuildingType() int32 { if m != nil { return m.BuildingType } return 0 } func (m *GardenUpdateRequest) GetBuildingStart() int64 { if m != nil { return m.BuildingStart } return 0 } func (m *GardenUpdateRequest) GetBuildingEnd() int64 { if m != nil { return m.BuildingEnd } return 0 } func (m *GardenUpdateRequest) GetGreenPercent() float64 { if m != nil { return m.GreenPercent } return 0 } func (m *GardenUpdateRequest) GetAreaPercent() float64 { if m != nil { return m.AreaPercent } return 0 } func (m *GardenUpdateRequest) GetSpaceInfo() string { if m != nil { return m.SpaceInfo } return "" } func (m *GardenUpdateRequest) GetCoveredArea() float64 { if m != nil { return m.CoveredArea } return 0 } func (m *GardenUpdateRequest) GetBuildingArea() float64 { if m != nil { return m.BuildingArea } return 0 } func (m *GardenUpdateRequest) GetGardenPics() []string { if m != nil { return m.GardenPics } return nil } func (m *GardenUpdateRequest) GetBuildingCompany() string { if m != nil { return m.BuildingCompany } return "" } func (m *GardenUpdateRequest) GetHouseTotal() int64 { if m != nil { return m.HouseTotal } return 0 } func (m *GardenUpdateRequest) GetSpaceTotal() int64 { if m != nil { return m.SpaceTotal } return 0 } func (m *GardenUpdateRequest) GetPropertyFeeStart() int64 { if m != nil { return m.PropertyFeeStart } return 0 } func (m *GardenUpdateRequest) GetPropertyFeeEnd() int64 { if m != nil { return m.PropertyFeeEnd } return 0 } func (m *GardenUpdateRequest) GetWaterType() []int32 { if m != nil { return m.WaterType } return nil } func (m *GardenUpdateRequest) GetElectricType() []int32 { if m != nil { return m.ElectricType } return nil } func (m *GardenUpdateRequest) GetGasFeeStart() int64 { if m != nil { return m.GasFeeStart } return 0 } func (m *GardenUpdateRequest) GetGasFeeEnd() int64 { if m != nil { return m.GasFeeEnd } return 0 } func (m *GardenUpdateRequest) GetAvgPrice() int64 { if m != nil { return m.AvgPrice } return 0 } type GardenUpdateReply struct { Origin *GardenUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenUpdateReply) Reset() { *m = GardenUpdateReply{} } func (m *GardenUpdateReply) String() string { return proto.CompactTextString(m) } func (*GardenUpdateReply) ProtoMessage() {} func (*GardenUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{11} } func (m *GardenUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenUpdateReply.Unmarshal(m, b) } func (m *GardenUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenUpdateReply.Marshal(b, m, deterministic) } func (m *GardenUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenUpdateReply.Merge(m, src) } func (m *GardenUpdateReply) XXX_Size() int { return xxx_messageInfo_GardenUpdateReply.Size(m) } func (m *GardenUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_GardenUpdateReply proto.InternalMessageInfo func (m *GardenUpdateReply) GetOrigin() *GardenUpdateRequest { if m != nil { return m.Origin } return nil } type GardenKeyInfoChangeRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` Province string `protobuf:"bytes,3,opt,name=province,proto3" json:"province"` ProvinceCode string `protobuf:"bytes,4,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` // 市 City string `protobuf:"bytes,5,opt,name=city,proto3" json:"city"` CityCode string `protobuf:"bytes,6,opt,name=city_code,json=cityCode,proto3" json:"city_code"` // 区 Area string `protobuf:"bytes,7,opt,name=area,proto3" json:"area"` AreaCode string `protobuf:"bytes,8,opt,name=area_code,json=areaCode,proto3" json:"area_code"` // 街道 Street string `protobuf:"bytes,9,opt,name=street,proto3" json:"street"` StreetCode string `protobuf:"bytes,10,opt,name=street_code,json=streetCode,proto3" json:"street_code"` // 社区 Committee string `protobuf:"bytes,11,opt,name=committee,proto3" json:"committee"` CommitteeCode string `protobuf:"bytes,12,opt,name=committee_code,json=committeeCode,proto3" json:"committee_code"` GardenName string `protobuf:"bytes,13,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoChangeRequest) Reset() { *m = GardenKeyInfoChangeRequest{} } func (m *GardenKeyInfoChangeRequest) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoChangeRequest) ProtoMessage() {} func (*GardenKeyInfoChangeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{12} } func (m *GardenKeyInfoChangeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoChangeRequest.Unmarshal(m, b) } func (m *GardenKeyInfoChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoChangeRequest.Marshal(b, m, deterministic) } func (m *GardenKeyInfoChangeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoChangeRequest.Merge(m, src) } func (m *GardenKeyInfoChangeRequest) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoChangeRequest.Size(m) } func (m *GardenKeyInfoChangeRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoChangeRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoChangeRequest proto.InternalMessageInfo func (m *GardenKeyInfoChangeRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenKeyInfoChangeRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenKeyInfoChangeRequest) GetProvince() string { if m != nil { return m.Province } return "" } func (m *GardenKeyInfoChangeRequest) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *GardenKeyInfoChangeRequest) GetCity() string { if m != nil { return m.City } return "" } func (m *GardenKeyInfoChangeRequest) GetCityCode() string { if m != nil { return m.CityCode } return "" } func (m *GardenKeyInfoChangeRequest) GetArea() string { if m != nil { return m.Area } return "" } func (m *GardenKeyInfoChangeRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } func (m *GardenKeyInfoChangeRequest) GetStreet() string { if m != nil { return m.Street } return "" } func (m *GardenKeyInfoChangeRequest) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } func (m *GardenKeyInfoChangeRequest) GetCommittee() string { if m != nil { return m.Committee } return "" } func (m *GardenKeyInfoChangeRequest) GetCommitteeCode() string { if m != nil { return m.CommitteeCode } return "" } func (m *GardenKeyInfoChangeRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } type GardenKeyInfoChangeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoChangeReply) Reset() { *m = GardenKeyInfoChangeReply{} } func (m *GardenKeyInfoChangeReply) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoChangeReply) ProtoMessage() {} func (*GardenKeyInfoChangeReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{13} } func (m *GardenKeyInfoChangeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoChangeReply.Unmarshal(m, b) } func (m *GardenKeyInfoChangeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoChangeReply.Marshal(b, m, deterministic) } func (m *GardenKeyInfoChangeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoChangeReply.Merge(m, src) } func (m *GardenKeyInfoChangeReply) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoChangeReply.Size(m) } func (m *GardenKeyInfoChangeReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoChangeReply.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoChangeReply proto.InternalMessageInfo type GardenKeyInfoChangeListRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status"` Page int64 `protobuf:"varint,4,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoChangeListRequest) Reset() { *m = GardenKeyInfoChangeListRequest{} } func (m *GardenKeyInfoChangeListRequest) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoChangeListRequest) ProtoMessage() {} func (*GardenKeyInfoChangeListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{14} } func (m *GardenKeyInfoChangeListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoChangeListRequest.Unmarshal(m, b) } func (m *GardenKeyInfoChangeListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoChangeListRequest.Marshal(b, m, deterministic) } func (m *GardenKeyInfoChangeListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoChangeListRequest.Merge(m, src) } func (m *GardenKeyInfoChangeListRequest) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoChangeListRequest.Size(m) } func (m *GardenKeyInfoChangeListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoChangeListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoChangeListRequest proto.InternalMessageInfo func (m *GardenKeyInfoChangeListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenKeyInfoChangeListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenKeyInfoChangeListRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *GardenKeyInfoChangeListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenKeyInfoChangeListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } type GardenKeyInfoData struct { Status int32 `protobuf:"varint,1,opt,name=status,proto3" json:"status"` GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` GardenDetail string `protobuf:"bytes,3,opt,name=garden_detail,json=gardenDetail,proto3" json:"garden_detail"` Cid int64 `protobuf:"varint,4,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,5,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"` Feedback string `protobuf:"bytes,7,opt,name=feedback,proto3" json:"feedback"` List []*GardenKeyInfoItem `protobuf:"bytes,8,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoData) Reset() { *m = GardenKeyInfoData{} } func (m *GardenKeyInfoData) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoData) ProtoMessage() {} func (*GardenKeyInfoData) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{15} } func (m *GardenKeyInfoData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoData.Unmarshal(m, b) } func (m *GardenKeyInfoData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoData.Marshal(b, m, deterministic) } func (m *GardenKeyInfoData) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoData.Merge(m, src) } func (m *GardenKeyInfoData) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoData.Size(m) } func (m *GardenKeyInfoData) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoData.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoData proto.InternalMessageInfo func (m *GardenKeyInfoData) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *GardenKeyInfoData) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *GardenKeyInfoData) GetGardenDetail() string { if m != nil { return m.GardenDetail } return "" } func (m *GardenKeyInfoData) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenKeyInfoData) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenKeyInfoData) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenKeyInfoData) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *GardenKeyInfoData) GetList() []*GardenKeyInfoItem { if m != nil { return m.List } return nil } type GardenKeyInfoItem struct { FieldName string `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name"` FieldValueSrc string `protobuf:"bytes,2,opt,name=field_value_src,json=fieldValueSrc,proto3" json:"field_value_src"` FieldValueDst string `protobuf:"bytes,3,opt,name=field_value_dst,json=fieldValueDst,proto3" json:"field_value_dst"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoItem) Reset() { *m = GardenKeyInfoItem{} } func (m *GardenKeyInfoItem) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoItem) ProtoMessage() {} func (*GardenKeyInfoItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{16} } func (m *GardenKeyInfoItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoItem.Unmarshal(m, b) } func (m *GardenKeyInfoItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoItem.Marshal(b, m, deterministic) } func (m *GardenKeyInfoItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoItem.Merge(m, src) } func (m *GardenKeyInfoItem) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoItem.Size(m) } func (m *GardenKeyInfoItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoItem.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoItem proto.InternalMessageInfo func (m *GardenKeyInfoItem) GetFieldName() string { if m != nil { return m.FieldName } return "" } func (m *GardenKeyInfoItem) GetFieldValueSrc() string { if m != nil { return m.FieldValueSrc } return "" } func (m *GardenKeyInfoItem) GetFieldValueDst() string { if m != nil { return m.FieldValueDst } return "" } type GardenKeyInfoChangeListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*GardenKeyInfoData `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoChangeListReply) Reset() { *m = GardenKeyInfoChangeListReply{} } func (m *GardenKeyInfoChangeListReply) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoChangeListReply) ProtoMessage() {} func (*GardenKeyInfoChangeListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{17} } func (m *GardenKeyInfoChangeListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoChangeListReply.Unmarshal(m, b) } func (m *GardenKeyInfoChangeListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoChangeListReply.Marshal(b, m, deterministic) } func (m *GardenKeyInfoChangeListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoChangeListReply.Merge(m, src) } func (m *GardenKeyInfoChangeListReply) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoChangeListReply.Size(m) } func (m *GardenKeyInfoChangeListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoChangeListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoChangeListReply proto.InternalMessageInfo func (m *GardenKeyInfoChangeListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenKeyInfoChangeListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenKeyInfoChangeListReply) GetList() []*GardenKeyInfoData { if m != nil { return m.List } return nil } type GardenKeyInfoApproveRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Feedback string `protobuf:"bytes,2,opt,name=feedback,proto3" json:"feedback"` Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoApproveRequest) Reset() { *m = GardenKeyInfoApproveRequest{} } func (m *GardenKeyInfoApproveRequest) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoApproveRequest) ProtoMessage() {} func (*GardenKeyInfoApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{18} } func (m *GardenKeyInfoApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoApproveRequest.Unmarshal(m, b) } func (m *GardenKeyInfoApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoApproveRequest.Marshal(b, m, deterministic) } func (m *GardenKeyInfoApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoApproveRequest.Merge(m, src) } func (m *GardenKeyInfoApproveRequest) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoApproveRequest.Size(m) } func (m *GardenKeyInfoApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoApproveRequest proto.InternalMessageInfo func (m *GardenKeyInfoApproveRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenKeyInfoApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *GardenKeyInfoApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } type GardenKeyInfoApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenKeyInfoApproveReply) Reset() { *m = GardenKeyInfoApproveReply{} } func (m *GardenKeyInfoApproveReply) String() string { return proto.CompactTextString(m) } func (*GardenKeyInfoApproveReply) ProtoMessage() {} func (*GardenKeyInfoApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{19} } func (m *GardenKeyInfoApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenKeyInfoApproveReply.Unmarshal(m, b) } func (m *GardenKeyInfoApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenKeyInfoApproveReply.Marshal(b, m, deterministic) } func (m *GardenKeyInfoApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenKeyInfoApproveReply.Merge(m, src) } func (m *GardenKeyInfoApproveReply) XXX_Size() int { return xxx_messageInfo_GardenKeyInfoApproveReply.Size(m) } func (m *GardenKeyInfoApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenKeyInfoApproveReply.DiscardUnknown(m) } var xxx_messageInfo_GardenKeyInfoApproveReply proto.InternalMessageInfo type GardenApproveRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Feedback string `protobuf:"bytes,2,opt,name=feedback,proto3" json:"feedback"` Status bool `protobuf:"varint,3,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenApproveRequest) Reset() { *m = GardenApproveRequest{} } func (m *GardenApproveRequest) String() string { return proto.CompactTextString(m) } func (*GardenApproveRequest) ProtoMessage() {} func (*GardenApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{20} } func (m *GardenApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenApproveRequest.Unmarshal(m, b) } func (m *GardenApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenApproveRequest.Marshal(b, m, deterministic) } func (m *GardenApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenApproveRequest.Merge(m, src) } func (m *GardenApproveRequest) XXX_Size() int { return xxx_messageInfo_GardenApproveRequest.Size(m) } func (m *GardenApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenApproveRequest proto.InternalMessageInfo func (m *GardenApproveRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *GardenApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } type GardenApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenApproveReply) Reset() { *m = GardenApproveReply{} } func (m *GardenApproveReply) String() string { return proto.CompactTextString(m) } func (*GardenApproveReply) ProtoMessage() {} func (*GardenApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{21} } func (m *GardenApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenApproveReply.Unmarshal(m, b) } func (m *GardenApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenApproveReply.Marshal(b, m, deterministic) } func (m *GardenApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenApproveReply.Merge(m, src) } func (m *GardenApproveReply) XXX_Size() int { return xxx_messageInfo_GardenApproveReply.Size(m) } func (m *GardenApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenApproveReply.DiscardUnknown(m) } var xxx_messageInfo_GardenApproveReply proto.InternalMessageInfo type GardenDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenDelRequest) Reset() { *m = GardenDelRequest{} } func (m *GardenDelRequest) String() string { return proto.CompactTextString(m) } func (*GardenDelRequest) ProtoMessage() {} func (*GardenDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{22} } func (m *GardenDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenDelRequest.Unmarshal(m, b) } func (m *GardenDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenDelRequest.Marshal(b, m, deterministic) } func (m *GardenDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenDelRequest.Merge(m, src) } func (m *GardenDelRequest) XXX_Size() int { return xxx_messageInfo_GardenDelRequest.Size(m) } func (m *GardenDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenDelRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenDelRequest proto.InternalMessageInfo func (m *GardenDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GardenDelRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type GardenDelReply struct { Origin *GardenUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenDelReply) Reset() { *m = GardenDelReply{} } func (m *GardenDelReply) String() string { return proto.CompactTextString(m) } func (*GardenDelReply) ProtoMessage() {} func (*GardenDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{23} } func (m *GardenDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenDelReply.Unmarshal(m, b) } func (m *GardenDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenDelReply.Marshal(b, m, deterministic) } func (m *GardenDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenDelReply.Merge(m, src) } func (m *GardenDelReply) XXX_Size() int { return xxx_messageInfo_GardenDelReply.Size(m) } func (m *GardenDelReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenDelReply.DiscardUnknown(m) } var xxx_messageInfo_GardenDelReply proto.InternalMessageInfo func (m *GardenDelReply) GetOrigin() *GardenUpdateRequest { if m != nil { return m.Origin } return nil } type GardenChangeCompanyRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenChangeCompanyRequest) Reset() { *m = GardenChangeCompanyRequest{} } func (m *GardenChangeCompanyRequest) String() string { return proto.CompactTextString(m) } func (*GardenChangeCompanyRequest) ProtoMessage() {} func (*GardenChangeCompanyRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{24} } func (m *GardenChangeCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenChangeCompanyRequest.Unmarshal(m, b) } func (m *GardenChangeCompanyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenChangeCompanyRequest.Marshal(b, m, deterministic) } func (m *GardenChangeCompanyRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenChangeCompanyRequest.Merge(m, src) } func (m *GardenChangeCompanyRequest) XXX_Size() int { return xxx_messageInfo_GardenChangeCompanyRequest.Size(m) } func (m *GardenChangeCompanyRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenChangeCompanyRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenChangeCompanyRequest proto.InternalMessageInfo func (m *GardenChangeCompanyRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenChangeCompanyRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type GardenChangeCompanyReply struct { Origin *GardenChangeCompanyRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenChangeCompanyReply) Reset() { *m = GardenChangeCompanyReply{} } func (m *GardenChangeCompanyReply) String() string { return proto.CompactTextString(m) } func (*GardenChangeCompanyReply) ProtoMessage() {} func (*GardenChangeCompanyReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{25} } func (m *GardenChangeCompanyReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenChangeCompanyReply.Unmarshal(m, b) } func (m *GardenChangeCompanyReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenChangeCompanyReply.Marshal(b, m, deterministic) } func (m *GardenChangeCompanyReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenChangeCompanyReply.Merge(m, src) } func (m *GardenChangeCompanyReply) XXX_Size() int { return xxx_messageInfo_GardenChangeCompanyReply.Size(m) } func (m *GardenChangeCompanyReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenChangeCompanyReply.DiscardUnknown(m) } var xxx_messageInfo_GardenChangeCompanyReply proto.InternalMessageInfo func (m *GardenChangeCompanyReply) GetOrigin() *GardenChangeCompanyRequest { if m != nil { return m.Origin } return nil } type SystemGroupPermissionData struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 组件路径 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 路由 Router string `protobuf:"bytes,4,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code"` AppletePath string `protobuf:"bytes,6,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemGroupPermissionData) Reset() { *m = SystemGroupPermissionData{} } func (m *SystemGroupPermissionData) String() string { return proto.CompactTextString(m) } func (*SystemGroupPermissionData) ProtoMessage() {} func (*SystemGroupPermissionData) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{26} } func (m *SystemGroupPermissionData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemGroupPermissionData.Unmarshal(m, b) } func (m *SystemGroupPermissionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemGroupPermissionData.Marshal(b, m, deterministic) } func (m *SystemGroupPermissionData) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemGroupPermissionData.Merge(m, src) } func (m *SystemGroupPermissionData) XXX_Size() int { return xxx_messageInfo_SystemGroupPermissionData.Size(m) } func (m *SystemGroupPermissionData) XXX_DiscardUnknown() { xxx_messageInfo_SystemGroupPermissionData.DiscardUnknown(m) } var xxx_messageInfo_SystemGroupPermissionData proto.InternalMessageInfo func (m *SystemGroupPermissionData) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *SystemGroupPermissionData) GetPath() string { if m != nil { return m.Path } return "" } func (m *SystemGroupPermissionData) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemGroupPermissionData) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemGroupPermissionData) GetCode() string { if m != nil { return m.Code } return "" } func (m *SystemGroupPermissionData) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } type LoginRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` // 是否来源于员工小程序 Applete bool `protobuf:"varint,3,opt,name=applete,proto3" json:"applete"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginRequest) Reset() { *m = LoginRequest{} } func (m *LoginRequest) String() string { return proto.CompactTextString(m) } func (*LoginRequest) ProtoMessage() {} func (*LoginRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{27} } func (m *LoginRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginRequest.Unmarshal(m, b) } func (m *LoginRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginRequest.Marshal(b, m, deterministic) } func (m *LoginRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginRequest.Merge(m, src) } func (m *LoginRequest) XXX_Size() int { return xxx_messageInfo_LoginRequest.Size(m) } func (m *LoginRequest) XXX_DiscardUnknown() { xxx_messageInfo_LoginRequest.DiscardUnknown(m) } var xxx_messageInfo_LoginRequest proto.InternalMessageInfo func (m *LoginRequest) GetUsername() string { if m != nil { return m.Username } return "" } func (m *LoginRequest) GetPassword() string { if m != nil { return m.Password } return "" } func (m *LoginRequest) GetApplete() bool { if m != nil { return m.Applete } return false } type LoginReply struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` UserName string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name"` Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,4,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` GroupId int64 `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id"` IsSuperGroup bool `protobuf:"varint,6,opt,name=is_super_group,json=isSuperGroup,proto3" json:"is_super_group"` GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` UserPermissionTime string `protobuf:"bytes,8,opt,name=user_permission_time,json=userPermissionTime,proto3" json:"user_permission_time"` GlobalPermissionTime string `protobuf:"bytes,9,opt,name=global_permission_time,json=globalPermissionTime,proto3" json:"global_permission_time"` Permissions []*SystemGroupPermissionData `protobuf:"bytes,10,rep,name=permissions,proto3" json:"permissions"` GardenEnable bool `protobuf:"varint,11,opt,name=garden_enable,json=gardenEnable,proto3" json:"garden_enable"` OpenimId string `protobuf:"bytes,12,opt,name=openim_id,json=openimId,proto3" json:"openim_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginReply) Reset() { *m = LoginReply{} } func (m *LoginReply) String() string { return proto.CompactTextString(m) } func (*LoginReply) ProtoMessage() {} func (*LoginReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{28} } func (m *LoginReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginReply.Unmarshal(m, b) } func (m *LoginReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginReply.Marshal(b, m, deterministic) } func (m *LoginReply) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginReply.Merge(m, src) } func (m *LoginReply) XXX_Size() int { return xxx_messageInfo_LoginReply.Size(m) } func (m *LoginReply) XXX_DiscardUnknown() { xxx_messageInfo_LoginReply.DiscardUnknown(m) } var xxx_messageInfo_LoginReply proto.InternalMessageInfo func (m *LoginReply) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *LoginReply) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *LoginReply) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *LoginReply) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *LoginReply) GetGroupId() int64 { if m != nil { return m.GroupId } return 0 } func (m *LoginReply) GetIsSuperGroup() bool { if m != nil { return m.IsSuperGroup } return false } func (m *LoginReply) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *LoginReply) GetUserPermissionTime() string { if m != nil { return m.UserPermissionTime } return "" } func (m *LoginReply) GetGlobalPermissionTime() string { if m != nil { return m.GlobalPermissionTime } return "" } func (m *LoginReply) GetPermissions() []*SystemGroupPermissionData { if m != nil { return m.Permissions } return nil } func (m *LoginReply) GetGardenEnable() bool { if m != nil { return m.GardenEnable } return false } func (m *LoginReply) GetOpenimId() string { if m != nil { return m.OpenimId } return "" } type LoginByPhoneRequest struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` // 是否来源于员工小程序 Applete bool `protobuf:"varint,3,opt,name=applete,proto3" json:"applete"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginByPhoneRequest) Reset() { *m = LoginByPhoneRequest{} } func (m *LoginByPhoneRequest) String() string { return proto.CompactTextString(m) } func (*LoginByPhoneRequest) ProtoMessage() {} func (*LoginByPhoneRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{29} } func (m *LoginByPhoneRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginByPhoneRequest.Unmarshal(m, b) } func (m *LoginByPhoneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginByPhoneRequest.Marshal(b, m, deterministic) } func (m *LoginByPhoneRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginByPhoneRequest.Merge(m, src) } func (m *LoginByPhoneRequest) XXX_Size() int { return xxx_messageInfo_LoginByPhoneRequest.Size(m) } func (m *LoginByPhoneRequest) XXX_DiscardUnknown() { xxx_messageInfo_LoginByPhoneRequest.DiscardUnknown(m) } var xxx_messageInfo_LoginByPhoneRequest proto.InternalMessageInfo func (m *LoginByPhoneRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *LoginByPhoneRequest) GetPassword() string { if m != nil { return m.Password } return "" } func (m *LoginByPhoneRequest) GetApplete() bool { if m != nil { return m.Applete } return false } type LoginByPhoneReply struct { List []*LoginReply `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *LoginByPhoneReply) Reset() { *m = LoginByPhoneReply{} } func (m *LoginByPhoneReply) String() string { return proto.CompactTextString(m) } func (*LoginByPhoneReply) ProtoMessage() {} func (*LoginByPhoneReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{30} } func (m *LoginByPhoneReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LoginByPhoneReply.Unmarshal(m, b) } func (m *LoginByPhoneReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_LoginByPhoneReply.Marshal(b, m, deterministic) } func (m *LoginByPhoneReply) XXX_Merge(src proto.Message) { xxx_messageInfo_LoginByPhoneReply.Merge(m, src) } func (m *LoginByPhoneReply) XXX_Size() int { return xxx_messageInfo_LoginByPhoneReply.Size(m) } func (m *LoginByPhoneReply) XXX_DiscardUnknown() { xxx_messageInfo_LoginByPhoneReply.DiscardUnknown(m) } var xxx_messageInfo_LoginByPhoneReply proto.InternalMessageInfo func (m *LoginByPhoneReply) GetList() []*LoginReply { if m != nil { return m.List } return nil } type CheckPhoneRequest struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckPhoneRequest) Reset() { *m = CheckPhoneRequest{} } func (m *CheckPhoneRequest) String() string { return proto.CompactTextString(m) } func (*CheckPhoneRequest) ProtoMessage() {} func (*CheckPhoneRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{31} } func (m *CheckPhoneRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckPhoneRequest.Unmarshal(m, b) } func (m *CheckPhoneRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckPhoneRequest.Marshal(b, m, deterministic) } func (m *CheckPhoneRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckPhoneRequest.Merge(m, src) } func (m *CheckPhoneRequest) XXX_Size() int { return xxx_messageInfo_CheckPhoneRequest.Size(m) } func (m *CheckPhoneRequest) XXX_DiscardUnknown() { xxx_messageInfo_CheckPhoneRequest.DiscardUnknown(m) } var xxx_messageInfo_CheckPhoneRequest proto.InternalMessageInfo func (m *CheckPhoneRequest) GetPhone() string { if m != nil { return m.Phone } return "" } type CheckPhoneReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CheckPhoneReply) Reset() { *m = CheckPhoneReply{} } func (m *CheckPhoneReply) String() string { return proto.CompactTextString(m) } func (*CheckPhoneReply) ProtoMessage() {} func (*CheckPhoneReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{32} } func (m *CheckPhoneReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CheckPhoneReply.Unmarshal(m, b) } func (m *CheckPhoneReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CheckPhoneReply.Marshal(b, m, deterministic) } func (m *CheckPhoneReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CheckPhoneReply.Merge(m, src) } func (m *CheckPhoneReply) XXX_Size() int { return xxx_messageInfo_CheckPhoneReply.Size(m) } func (m *CheckPhoneReply) XXX_DiscardUnknown() { xxx_messageInfo_CheckPhoneReply.DiscardUnknown(m) } var xxx_messageInfo_CheckPhoneReply proto.InternalMessageInfo type UserAddRequest struct { UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` GroupId int64 `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,8,opt,name=cid,proto3" json:"cid"` GardenName string `protobuf:"bytes,9,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` ByCompany bool `protobuf:"varint,10,opt,name=by_company,json=byCompany,proto3" json:"by_company"` Uid int64 `protobuf:"varint,11,opt,name=uid,proto3" json:"uid"` RealName string `protobuf:"bytes,12,opt,name=real_name,json=realName,proto3" json:"real_name"` DepartmentId int64 `protobuf:"varint,13,opt,name=department_id,json=departmentId,proto3" json:"department_id"` BasePermission int32 `protobuf:"varint,14,opt,name=base_permission,json=basePermission,proto3" json:"base_permission"` Gender int32 `protobuf:"varint,15,opt,name=gender,proto3" json:"gender"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserAddRequest) Reset() { *m = UserAddRequest{} } func (m *UserAddRequest) String() string { return proto.CompactTextString(m) } func (*UserAddRequest) ProtoMessage() {} func (*UserAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{33} } func (m *UserAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserAddRequest.Unmarshal(m, b) } func (m *UserAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserAddRequest.Marshal(b, m, deterministic) } func (m *UserAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserAddRequest.Merge(m, src) } func (m *UserAddRequest) XXX_Size() int { return xxx_messageInfo_UserAddRequest.Size(m) } func (m *UserAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserAddRequest.DiscardUnknown(m) } var xxx_messageInfo_UserAddRequest proto.InternalMessageInfo func (m *UserAddRequest) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *UserAddRequest) GetPassword() string { if m != nil { return m.Password } return "" } func (m *UserAddRequest) GetEmail() string { if m != nil { return m.Email } return "" } func (m *UserAddRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *UserAddRequest) GetGroupId() int64 { if m != nil { return m.GroupId } return 0 } func (m *UserAddRequest) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *UserAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UserAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *UserAddRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *UserAddRequest) GetByCompany() bool { if m != nil { return m.ByCompany } return false } func (m *UserAddRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *UserAddRequest) GetRealName() string { if m != nil { return m.RealName } return "" } func (m *UserAddRequest) GetDepartmentId() int64 { if m != nil { return m.DepartmentId } return 0 } func (m *UserAddRequest) GetBasePermission() int32 { if m != nil { return m.BasePermission } return 0 } func (m *UserAddRequest) GetGender() int32 { if m != nil { return m.Gender } return 0 } type UserAddReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserAddReply) Reset() { *m = UserAddReply{} } func (m *UserAddReply) String() string { return proto.CompactTextString(m) } func (*UserAddReply) ProtoMessage() {} func (*UserAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{34} } func (m *UserAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserAddReply.Unmarshal(m, b) } func (m *UserAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserAddReply.Marshal(b, m, deterministic) } func (m *UserAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserAddReply.Merge(m, src) } func (m *UserAddReply) XXX_Size() int { return xxx_messageInfo_UserAddReply.Size(m) } func (m *UserAddReply) XXX_DiscardUnknown() { xxx_messageInfo_UserAddReply.DiscardUnknown(m) } var xxx_messageInfo_UserAddReply proto.InternalMessageInfo func (m *UserAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type UserUpdateRequest struct { UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` Enable bool `protobuf:"varint,5,opt,name=enable,proto3" json:"enable"` Id int64 `protobuf:"varint,6,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,7,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,8,opt,name=cid,proto3" json:"cid"` GardenName string `protobuf:"bytes,9,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` GroupId int64 `protobuf:"varint,10,opt,name=group_id,json=groupId,proto3" json:"group_id"` ByCompany bool `protobuf:"varint,11,opt,name=by_company,json=byCompany,proto3" json:"by_company"` Uid int64 `protobuf:"varint,12,opt,name=uid,proto3" json:"uid"` RealName string `protobuf:"bytes,13,opt,name=real_name,json=realName,proto3" json:"real_name"` DepartmentId int64 `protobuf:"varint,14,opt,name=department_id,json=departmentId,proto3" json:"department_id"` BasePermission int32 `protobuf:"varint,15,opt,name=base_permission,json=basePermission,proto3" json:"base_permission"` Person bool `protobuf:"varint,16,opt,name=person,proto3" json:"person"` Gender int32 `protobuf:"varint,17,opt,name=gender,proto3" json:"gender"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserUpdateRequest) Reset() { *m = UserUpdateRequest{} } func (m *UserUpdateRequest) String() string { return proto.CompactTextString(m) } func (*UserUpdateRequest) ProtoMessage() {} func (*UserUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{35} } func (m *UserUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserUpdateRequest.Unmarshal(m, b) } func (m *UserUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserUpdateRequest.Marshal(b, m, deterministic) } func (m *UserUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserUpdateRequest.Merge(m, src) } func (m *UserUpdateRequest) XXX_Size() int { return xxx_messageInfo_UserUpdateRequest.Size(m) } func (m *UserUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_UserUpdateRequest proto.InternalMessageInfo func (m *UserUpdateRequest) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *UserUpdateRequest) GetPassword() string { if m != nil { return m.Password } return "" } func (m *UserUpdateRequest) GetEmail() string { if m != nil { return m.Email } return "" } func (m *UserUpdateRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *UserUpdateRequest) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *UserUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *UserUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UserUpdateRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *UserUpdateRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *UserUpdateRequest) GetGroupId() int64 { if m != nil { return m.GroupId } return 0 } func (m *UserUpdateRequest) GetByCompany() bool { if m != nil { return m.ByCompany } return false } func (m *UserUpdateRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *UserUpdateRequest) GetRealName() string { if m != nil { return m.RealName } return "" } func (m *UserUpdateRequest) GetDepartmentId() int64 { if m != nil { return m.DepartmentId } return 0 } func (m *UserUpdateRequest) GetBasePermission() int32 { if m != nil { return m.BasePermission } return 0 } func (m *UserUpdateRequest) GetPerson() bool { if m != nil { return m.Person } return false } func (m *UserUpdateRequest) GetGender() int32 { if m != nil { return m.Gender } return 0 } type UserUpdateReply struct { Origin *UserUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserUpdateReply) Reset() { *m = UserUpdateReply{} } func (m *UserUpdateReply) String() string { return proto.CompactTextString(m) } func (*UserUpdateReply) ProtoMessage() {} func (*UserUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{36} } func (m *UserUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserUpdateReply.Unmarshal(m, b) } func (m *UserUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserUpdateReply.Marshal(b, m, deterministic) } func (m *UserUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserUpdateReply.Merge(m, src) } func (m *UserUpdateReply) XXX_Size() int { return xxx_messageInfo_UserUpdateReply.Size(m) } func (m *UserUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_UserUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_UserUpdateReply proto.InternalMessageInfo func (m *UserUpdateReply) GetOrigin() *UserUpdateRequest { if m != nil { return m.Origin } return nil } type UserDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` ByCompany bool `protobuf:"varint,3,opt,name=by_company,json=byCompany,proto3" json:"by_company"` Uid int64 `protobuf:"varint,4,opt,name=uid,proto3" json:"uid"` GardenId int64 `protobuf:"varint,5,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserDelRequest) Reset() { *m = UserDelRequest{} } func (m *UserDelRequest) String() string { return proto.CompactTextString(m) } func (*UserDelRequest) ProtoMessage() {} func (*UserDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{37} } func (m *UserDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserDelRequest.Unmarshal(m, b) } func (m *UserDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserDelRequest.Marshal(b, m, deterministic) } func (m *UserDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserDelRequest.Merge(m, src) } func (m *UserDelRequest) XXX_Size() int { return xxx_messageInfo_UserDelRequest.Size(m) } func (m *UserDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserDelRequest.DiscardUnknown(m) } var xxx_messageInfo_UserDelRequest proto.InternalMessageInfo func (m *UserDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *UserDelRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *UserDelRequest) GetByCompany() bool { if m != nil { return m.ByCompany } return false } func (m *UserDelRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *UserDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type UserDelReply struct { Origin *UserUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserDelReply) Reset() { *m = UserDelReply{} } func (m *UserDelReply) String() string { return proto.CompactTextString(m) } func (*UserDelReply) ProtoMessage() {} func (*UserDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{38} } func (m *UserDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserDelReply.Unmarshal(m, b) } func (m *UserDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserDelReply.Marshal(b, m, deterministic) } func (m *UserDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserDelReply.Merge(m, src) } func (m *UserDelReply) XXX_Size() int { return xxx_messageInfo_UserDelReply.Size(m) } func (m *UserDelReply) XXX_DiscardUnknown() { xxx_messageInfo_UserDelReply.DiscardUnknown(m) } var xxx_messageInfo_UserDelReply proto.InternalMessageInfo func (m *UserDelReply) GetOrigin() *UserUpdateRequest { if m != nil { return m.Origin } return nil } type UserListRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` GardenName string `protobuf:"bytes,5,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` UserName string `protobuf:"bytes,6,opt,name=user_name,json=userName,proto3" json:"user_name"` ByCompany bool `protobuf:"varint,7,opt,name=by_company,json=byCompany,proto3" json:"by_company"` GroupId int64 `protobuf:"varint,8,opt,name=group_id,json=groupId,proto3" json:"group_id"` Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone"` Ids []int64 `protobuf:"varint,10,rep,packed,name=ids,proto3" json:"ids"` Exclude []int64 `protobuf:"varint,11,rep,packed,name=exclude,proto3" json:"exclude"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserListRequest) Reset() { *m = UserListRequest{} } func (m *UserListRequest) String() string { return proto.CompactTextString(m) } func (*UserListRequest) ProtoMessage() {} func (*UserListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{39} } func (m *UserListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListRequest.Unmarshal(m, b) } func (m *UserListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserListRequest.Marshal(b, m, deterministic) } func (m *UserListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserListRequest.Merge(m, src) } func (m *UserListRequest) XXX_Size() int { return xxx_messageInfo_UserListRequest.Size(m) } func (m *UserListRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserListRequest.DiscardUnknown(m) } var xxx_messageInfo_UserListRequest proto.InternalMessageInfo func (m *UserListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *UserListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UserListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *UserListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *UserListRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *UserListRequest) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *UserListRequest) GetByCompany() bool { if m != nil { return m.ByCompany } return false } func (m *UserListRequest) GetGroupId() int64 { if m != nil { return m.GroupId } return 0 } func (m *UserListRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *UserListRequest) GetIds() []int64 { if m != nil { return m.Ids } return nil } func (m *UserListRequest) GetExclude() []int64 { if m != nil { return m.Exclude } return nil } type UserItem struct { UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email"` Phone string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone"` Super bool `protobuf:"varint,5,opt,name=super,proto3" json:"super"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` Id int64 `protobuf:"varint,7,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,8,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,9,opt,name=cid,proto3" json:"cid"` GardenName string `protobuf:"bytes,10,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` CreatedAt string `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at"` GroupId int64 `protobuf:"varint,12,opt,name=group_id,json=groupId,proto3" json:"group_id"` GroupName string `protobuf:"bytes,13,opt,name=group_name,json=groupName,proto3" json:"group_name"` DepartmentName string `protobuf:"bytes,14,opt,name=department_name,json=departmentName,proto3" json:"department_name"` RealName string `protobuf:"bytes,15,opt,name=real_name,json=realName,proto3" json:"real_name"` BasePermission int32 `protobuf:"varint,16,opt,name=base_permission,json=basePermission,proto3" json:"base_permission"` OpenimId string `protobuf:"bytes,17,opt,name=openim_id,json=openimId,proto3" json:"openim_id"` Gender int32 `protobuf:"varint,18,opt,name=gender,proto3" json:"gender"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserItem) Reset() { *m = UserItem{} } func (m *UserItem) String() string { return proto.CompactTextString(m) } func (*UserItem) ProtoMessage() {} func (*UserItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{40} } func (m *UserItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserItem.Unmarshal(m, b) } func (m *UserItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserItem.Marshal(b, m, deterministic) } func (m *UserItem) XXX_Merge(src proto.Message) { xxx_messageInfo_UserItem.Merge(m, src) } func (m *UserItem) XXX_Size() int { return xxx_messageInfo_UserItem.Size(m) } func (m *UserItem) XXX_DiscardUnknown() { xxx_messageInfo_UserItem.DiscardUnknown(m) } var xxx_messageInfo_UserItem proto.InternalMessageInfo func (m *UserItem) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *UserItem) GetPassword() string { if m != nil { return m.Password } return "" } func (m *UserItem) GetEmail() string { if m != nil { return m.Email } return "" } func (m *UserItem) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *UserItem) GetSuper() bool { if m != nil { return m.Super } return false } func (m *UserItem) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *UserItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *UserItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UserItem) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *UserItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *UserItem) GetCreatedAt() string { if m != nil { return m.CreatedAt } return "" } func (m *UserItem) GetGroupId() int64 { if m != nil { return m.GroupId } return 0 } func (m *UserItem) GetGroupName() string { if m != nil { return m.GroupName } return "" } func (m *UserItem) GetDepartmentName() string { if m != nil { return m.DepartmentName } return "" } func (m *UserItem) GetRealName() string { if m != nil { return m.RealName } return "" } func (m *UserItem) GetBasePermission() int32 { if m != nil { return m.BasePermission } return 0 } func (m *UserItem) GetOpenimId() string { if m != nil { return m.OpenimId } return "" } func (m *UserItem) GetGender() int32 { if m != nil { return m.Gender } return 0 } type UserListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*UserItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserListReply) Reset() { *m = UserListReply{} } func (m *UserListReply) String() string { return proto.CompactTextString(m) } func (*UserListReply) ProtoMessage() {} func (*UserListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{41} } func (m *UserListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListReply.Unmarshal(m, b) } func (m *UserListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserListReply.Marshal(b, m, deterministic) } func (m *UserListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserListReply.Merge(m, src) } func (m *UserListReply) XXX_Size() int { return xxx_messageInfo_UserListReply.Size(m) } func (m *UserListReply) XXX_DiscardUnknown() { xxx_messageInfo_UserListReply.DiscardUnknown(m) } var xxx_messageInfo_UserListReply proto.InternalMessageInfo func (m *UserListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *UserListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *UserListReply) GetList() []*UserItem { if m != nil { return m.List } return nil } type SuperGroupRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuperGroupRequest) Reset() { *m = SuperGroupRequest{} } func (m *SuperGroupRequest) String() string { return proto.CompactTextString(m) } func (*SuperGroupRequest) ProtoMessage() {} func (*SuperGroupRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{42} } func (m *SuperGroupRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuperGroupRequest.Unmarshal(m, b) } func (m *SuperGroupRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuperGroupRequest.Marshal(b, m, deterministic) } func (m *SuperGroupRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SuperGroupRequest.Merge(m, src) } func (m *SuperGroupRequest) XXX_Size() int { return xxx_messageInfo_SuperGroupRequest.Size(m) } func (m *SuperGroupRequest) XXX_DiscardUnknown() { xxx_messageInfo_SuperGroupRequest.DiscardUnknown(m) } var xxx_messageInfo_SuperGroupRequest proto.InternalMessageInfo func (m *SuperGroupRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *SuperGroupRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type SuperGroupReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SuperGroupReply) Reset() { *m = SuperGroupReply{} } func (m *SuperGroupReply) String() string { return proto.CompactTextString(m) } func (*SuperGroupReply) ProtoMessage() {} func (*SuperGroupReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{43} } func (m *SuperGroupReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SuperGroupReply.Unmarshal(m, b) } func (m *SuperGroupReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SuperGroupReply.Marshal(b, m, deterministic) } func (m *SuperGroupReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SuperGroupReply.Merge(m, src) } func (m *SuperGroupReply) XXX_Size() int { return xxx_messageInfo_SuperGroupReply.Size(m) } func (m *SuperGroupReply) XXX_DiscardUnknown() { xxx_messageInfo_SuperGroupReply.DiscardUnknown(m) } var xxx_messageInfo_SuperGroupReply proto.InternalMessageInfo func (m *SuperGroupReply) GetId() int64 { if m != nil { return m.Id } return 0 } type UserGardenChangeRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserGardenChangeRequest) Reset() { *m = UserGardenChangeRequest{} } func (m *UserGardenChangeRequest) String() string { return proto.CompactTextString(m) } func (*UserGardenChangeRequest) ProtoMessage() {} func (*UserGardenChangeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{44} } func (m *UserGardenChangeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserGardenChangeRequest.Unmarshal(m, b) } func (m *UserGardenChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserGardenChangeRequest.Marshal(b, m, deterministic) } func (m *UserGardenChangeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserGardenChangeRequest.Merge(m, src) } func (m *UserGardenChangeRequest) XXX_Size() int { return xxx_messageInfo_UserGardenChangeRequest.Size(m) } func (m *UserGardenChangeRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserGardenChangeRequest.DiscardUnknown(m) } var xxx_messageInfo_UserGardenChangeRequest proto.InternalMessageInfo func (m *UserGardenChangeRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *UserGardenChangeRequest) GetGardenName() string { if m != nil { return m.GardenName } return "" } type UserGardenChangeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserGardenChangeReply) Reset() { *m = UserGardenChangeReply{} } func (m *UserGardenChangeReply) String() string { return proto.CompactTextString(m) } func (*UserGardenChangeReply) ProtoMessage() {} func (*UserGardenChangeReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{45} } func (m *UserGardenChangeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserGardenChangeReply.Unmarshal(m, b) } func (m *UserGardenChangeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserGardenChangeReply.Marshal(b, m, deterministic) } func (m *UserGardenChangeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_UserGardenChangeReply.Merge(m, src) } func (m *UserGardenChangeReply) XXX_Size() int { return xxx_messageInfo_UserGardenChangeReply.Size(m) } func (m *UserGardenChangeReply) XXX_DiscardUnknown() { xxx_messageInfo_UserGardenChangeReply.DiscardUnknown(m) } var xxx_messageInfo_UserGardenChangeReply proto.InternalMessageInfo type GroupAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` PermissionCodes []string `protobuf:"bytes,3,rep,name=permission_codes,json=permissionCodes,proto3" json:"permission_codes"` IsSuper bool `protobuf:"varint,4,opt,name=is_super,json=isSuper,proto3" json:"is_super"` GroupName string `protobuf:"bytes,5,opt,name=group_name,json=groupName,proto3" json:"group_name"` GroupDesc string `protobuf:"bytes,6,opt,name=group_desc,json=groupDesc,proto3" json:"group_desc"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupAddRequest) Reset() { *m = GroupAddRequest{} } func (m *GroupAddRequest) String() string { return proto.CompactTextString(m) } func (*GroupAddRequest) ProtoMessage() {} func (*GroupAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{46} } func (m *GroupAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAddRequest.Unmarshal(m, b) } func (m *GroupAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupAddRequest.Marshal(b, m, deterministic) } func (m *GroupAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupAddRequest.Merge(m, src) } func (m *GroupAddRequest) XXX_Size() int { return xxx_messageInfo_GroupAddRequest.Size(m) } func (m *GroupAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_GroupAddRequest.DiscardUnknown(m) } var xxx_messageInfo_GroupAddRequest proto.InternalMessageInfo func (m *GroupAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GroupAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GroupAddRequest) GetPermissionCodes() []string { if m != nil { return m.PermissionCodes } return nil } func (m *GroupAddRequest) GetIsSuper() bool { if m != nil { return m.IsSuper } return false } func (m *GroupAddRequest) GetGroupName() string { if m != nil { return m.GroupName } return "" } func (m *GroupAddRequest) GetGroupDesc() string { if m != nil { return m.GroupDesc } return "" } type GroupAddReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupAddReply) Reset() { *m = GroupAddReply{} } func (m *GroupAddReply) String() string { return proto.CompactTextString(m) } func (*GroupAddReply) ProtoMessage() {} func (*GroupAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{47} } func (m *GroupAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupAddReply.Unmarshal(m, b) } func (m *GroupAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupAddReply.Marshal(b, m, deterministic) } func (m *GroupAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupAddReply.Merge(m, src) } func (m *GroupAddReply) XXX_Size() int { return xxx_messageInfo_GroupAddReply.Size(m) } func (m *GroupAddReply) XXX_DiscardUnknown() { xxx_messageInfo_GroupAddReply.DiscardUnknown(m) } var xxx_messageInfo_GroupAddReply proto.InternalMessageInfo func (m *GroupAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type GroupUpdateRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name"` PermissionCodes []string `protobuf:"bytes,3,rep,name=permission_codes,json=permissionCodes,proto3" json:"permission_codes"` GardenId int64 `protobuf:"varint,4,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,5,opt,name=cid,proto3" json:"cid"` GroupDesc string `protobuf:"bytes,6,opt,name=group_desc,json=groupDesc,proto3" json:"group_desc"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupUpdateRequest) Reset() { *m = GroupUpdateRequest{} } func (m *GroupUpdateRequest) String() string { return proto.CompactTextString(m) } func (*GroupUpdateRequest) ProtoMessage() {} func (*GroupUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{48} } func (m *GroupUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupUpdateRequest.Unmarshal(m, b) } func (m *GroupUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupUpdateRequest.Marshal(b, m, deterministic) } func (m *GroupUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupUpdateRequest.Merge(m, src) } func (m *GroupUpdateRequest) XXX_Size() int { return xxx_messageInfo_GroupUpdateRequest.Size(m) } func (m *GroupUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_GroupUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_GroupUpdateRequest proto.InternalMessageInfo func (m *GroupUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GroupUpdateRequest) GetGroupName() string { if m != nil { return m.GroupName } return "" } func (m *GroupUpdateRequest) GetPermissionCodes() []string { if m != nil { return m.PermissionCodes } return nil } func (m *GroupUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GroupUpdateRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GroupUpdateRequest) GetGroupDesc() string { if m != nil { return m.GroupDesc } return "" } type GroupUpdateReply struct { Origin *GroupUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupUpdateReply) Reset() { *m = GroupUpdateReply{} } func (m *GroupUpdateReply) String() string { return proto.CompactTextString(m) } func (*GroupUpdateReply) ProtoMessage() {} func (*GroupUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{49} } func (m *GroupUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupUpdateReply.Unmarshal(m, b) } func (m *GroupUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupUpdateReply.Marshal(b, m, deterministic) } func (m *GroupUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupUpdateReply.Merge(m, src) } func (m *GroupUpdateReply) XXX_Size() int { return xxx_messageInfo_GroupUpdateReply.Size(m) } func (m *GroupUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_GroupUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_GroupUpdateReply proto.InternalMessageInfo func (m *GroupUpdateReply) GetOrigin() *GroupUpdateRequest { if m != nil { return m.Origin } return nil } type GroupDelRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupDelRequest) Reset() { *m = GroupDelRequest{} } func (m *GroupDelRequest) String() string { return proto.CompactTextString(m) } func (*GroupDelRequest) ProtoMessage() {} func (*GroupDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{50} } func (m *GroupDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupDelRequest.Unmarshal(m, b) } func (m *GroupDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupDelRequest.Marshal(b, m, deterministic) } func (m *GroupDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupDelRequest.Merge(m, src) } func (m *GroupDelRequest) XXX_Size() int { return xxx_messageInfo_GroupDelRequest.Size(m) } func (m *GroupDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_GroupDelRequest.DiscardUnknown(m) } var xxx_messageInfo_GroupDelRequest proto.InternalMessageInfo func (m *GroupDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GroupDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GroupDelRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type GroupDelReply struct { Origin *GroupUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupDelReply) Reset() { *m = GroupDelReply{} } func (m *GroupDelReply) String() string { return proto.CompactTextString(m) } func (*GroupDelReply) ProtoMessage() {} func (*GroupDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{51} } func (m *GroupDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupDelReply.Unmarshal(m, b) } func (m *GroupDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupDelReply.Marshal(b, m, deterministic) } func (m *GroupDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupDelReply.Merge(m, src) } func (m *GroupDelReply) XXX_Size() int { return xxx_messageInfo_GroupDelReply.Size(m) } func (m *GroupDelReply) XXX_DiscardUnknown() { xxx_messageInfo_GroupDelReply.DiscardUnknown(m) } var xxx_messageInfo_GroupDelReply proto.InternalMessageInfo func (m *GroupDelReply) GetOrigin() *GroupUpdateRequest { if m != nil { return m.Origin } return nil } type GroupItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name"` GroupDesc string `protobuf:"bytes,3,opt,name=group_desc,json=groupDesc,proto3" json:"group_desc"` UserCount int64 `protobuf:"varint,4,opt,name=user_count,json=userCount,proto3" json:"user_count"` Super bool `protobuf:"varint,5,opt,name=super,proto3" json:"super"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupItem) Reset() { *m = GroupItem{} } func (m *GroupItem) String() string { return proto.CompactTextString(m) } func (*GroupItem) ProtoMessage() {} func (*GroupItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{52} } func (m *GroupItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupItem.Unmarshal(m, b) } func (m *GroupItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupItem.Marshal(b, m, deterministic) } func (m *GroupItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupItem.Merge(m, src) } func (m *GroupItem) XXX_Size() int { return xxx_messageInfo_GroupItem.Size(m) } func (m *GroupItem) XXX_DiscardUnknown() { xxx_messageInfo_GroupItem.DiscardUnknown(m) } var xxx_messageInfo_GroupItem proto.InternalMessageInfo func (m *GroupItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *GroupItem) GetGroupName() string { if m != nil { return m.GroupName } return "" } func (m *GroupItem) GetGroupDesc() string { if m != nil { return m.GroupDesc } return "" } func (m *GroupItem) GetUserCount() int64 { if m != nil { return m.UserCount } return 0 } func (m *GroupItem) GetSuper() bool { if m != nil { return m.Super } return false } type GroupListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupListRequest) Reset() { *m = GroupListRequest{} } func (m *GroupListRequest) String() string { return proto.CompactTextString(m) } func (*GroupListRequest) ProtoMessage() {} func (*GroupListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{53} } func (m *GroupListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupListRequest.Unmarshal(m, b) } func (m *GroupListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupListRequest.Marshal(b, m, deterministic) } func (m *GroupListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupListRequest.Merge(m, src) } func (m *GroupListRequest) XXX_Size() int { return xxx_messageInfo_GroupListRequest.Size(m) } func (m *GroupListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GroupListRequest.DiscardUnknown(m) } var xxx_messageInfo_GroupListRequest proto.InternalMessageInfo func (m *GroupListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GroupListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type GroupListReply struct { List []*GroupItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupListReply) Reset() { *m = GroupListReply{} } func (m *GroupListReply) String() string { return proto.CompactTextString(m) } func (*GroupListReply) ProtoMessage() {} func (*GroupListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{54} } func (m *GroupListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupListReply.Unmarshal(m, b) } func (m *GroupListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupListReply.Marshal(b, m, deterministic) } func (m *GroupListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupListReply.Merge(m, src) } func (m *GroupListReply) XXX_Size() int { return xxx_messageInfo_GroupListReply.Size(m) } func (m *GroupListReply) XXX_DiscardUnknown() { xxx_messageInfo_GroupListReply.DiscardUnknown(m) } var xxx_messageInfo_GroupListReply proto.InternalMessageInfo func (m *GroupListReply) GetList() []*GroupItem { if m != nil { return m.List } return nil } type GroupInfoRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupInfoRequest) Reset() { *m = GroupInfoRequest{} } func (m *GroupInfoRequest) String() string { return proto.CompactTextString(m) } func (*GroupInfoRequest) ProtoMessage() {} func (*GroupInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{55} } func (m *GroupInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfoRequest.Unmarshal(m, b) } func (m *GroupInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupInfoRequest.Marshal(b, m, deterministic) } func (m *GroupInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupInfoRequest.Merge(m, src) } func (m *GroupInfoRequest) XXX_Size() int { return xxx_messageInfo_GroupInfoRequest.Size(m) } func (m *GroupInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_GroupInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_GroupInfoRequest proto.InternalMessageInfo func (m *GroupInfoRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type SystemGroupPermissionItem struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 小程序组件路径 AppletePath string `protobuf:"bytes,2,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 是否拥有该权限 Selected bool `protobuf:"varint,4,opt,name=selected,proto3" json:"selected"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` // 组件路径 Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path"` Childs []*SystemGroupPermissionItem `protobuf:"bytes,8,rep,name=childs,proto3" json:"childs"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemGroupPermissionItem) Reset() { *m = SystemGroupPermissionItem{} } func (m *SystemGroupPermissionItem) String() string { return proto.CompactTextString(m) } func (*SystemGroupPermissionItem) ProtoMessage() {} func (*SystemGroupPermissionItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{56} } func (m *SystemGroupPermissionItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemGroupPermissionItem.Unmarshal(m, b) } func (m *SystemGroupPermissionItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemGroupPermissionItem.Marshal(b, m, deterministic) } func (m *SystemGroupPermissionItem) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemGroupPermissionItem.Merge(m, src) } func (m *SystemGroupPermissionItem) XXX_Size() int { return xxx_messageInfo_SystemGroupPermissionItem.Size(m) } func (m *SystemGroupPermissionItem) XXX_DiscardUnknown() { xxx_messageInfo_SystemGroupPermissionItem.DiscardUnknown(m) } var xxx_messageInfo_SystemGroupPermissionItem proto.InternalMessageInfo func (m *SystemGroupPermissionItem) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *SystemGroupPermissionItem) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *SystemGroupPermissionItem) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemGroupPermissionItem) GetSelected() bool { if m != nil { return m.Selected } return false } func (m *SystemGroupPermissionItem) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemGroupPermissionItem) GetCode() string { if m != nil { return m.Code } return "" } func (m *SystemGroupPermissionItem) GetPath() string { if m != nil { return m.Path } return "" } func (m *SystemGroupPermissionItem) GetChilds() []*SystemGroupPermissionItem { if m != nil { return m.Childs } return nil } type GroupInfoReply struct { List []*SystemGroupPermissionItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GroupInfoReply) Reset() { *m = GroupInfoReply{} } func (m *GroupInfoReply) String() string { return proto.CompactTextString(m) } func (*GroupInfoReply) ProtoMessage() {} func (*GroupInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{57} } func (m *GroupInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupInfoReply.Unmarshal(m, b) } func (m *GroupInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GroupInfoReply.Marshal(b, m, deterministic) } func (m *GroupInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GroupInfoReply.Merge(m, src) } func (m *GroupInfoReply) XXX_Size() int { return xxx_messageInfo_GroupInfoReply.Size(m) } func (m *GroupInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_GroupInfoReply.DiscardUnknown(m) } var xxx_messageInfo_GroupInfoReply proto.InternalMessageInfo func (m *GroupInfoReply) GetList() []*SystemGroupPermissionItem { if m != nil { return m.List } return nil } type ResetPasswordRequest struct { Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone"` Uid int64 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid"` Vcode uint32 `protobuf:"varint,3,opt,name=vcode,proto3" json:"vcode"` Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ResetPasswordRequest) Reset() { *m = ResetPasswordRequest{} } func (m *ResetPasswordRequest) String() string { return proto.CompactTextString(m) } func (*ResetPasswordRequest) ProtoMessage() {} func (*ResetPasswordRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{58} } func (m *ResetPasswordRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResetPasswordRequest.Unmarshal(m, b) } func (m *ResetPasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ResetPasswordRequest.Marshal(b, m, deterministic) } func (m *ResetPasswordRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ResetPasswordRequest.Merge(m, src) } func (m *ResetPasswordRequest) XXX_Size() int { return xxx_messageInfo_ResetPasswordRequest.Size(m) } func (m *ResetPasswordRequest) XXX_DiscardUnknown() { xxx_messageInfo_ResetPasswordRequest.DiscardUnknown(m) } var xxx_messageInfo_ResetPasswordRequest proto.InternalMessageInfo func (m *ResetPasswordRequest) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *ResetPasswordRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *ResetPasswordRequest) GetVcode() uint32 { if m != nil { return m.Vcode } return 0 } func (m *ResetPasswordRequest) GetPassword() string { if m != nil { return m.Password } return "" } type ResetPasswordData struct { // 用户id Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` // 用户名 Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username"` // 小区名 GardenName string `protobuf:"bytes,3,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ResetPasswordData) Reset() { *m = ResetPasswordData{} } func (m *ResetPasswordData) String() string { return proto.CompactTextString(m) } func (*ResetPasswordData) ProtoMessage() {} func (*ResetPasswordData) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{59} } func (m *ResetPasswordData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResetPasswordData.Unmarshal(m, b) } func (m *ResetPasswordData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ResetPasswordData.Marshal(b, m, deterministic) } func (m *ResetPasswordData) XXX_Merge(src proto.Message) { xxx_messageInfo_ResetPasswordData.Merge(m, src) } func (m *ResetPasswordData) XXX_Size() int { return xxx_messageInfo_ResetPasswordData.Size(m) } func (m *ResetPasswordData) XXX_DiscardUnknown() { xxx_messageInfo_ResetPasswordData.DiscardUnknown(m) } var xxx_messageInfo_ResetPasswordData proto.InternalMessageInfo func (m *ResetPasswordData) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *ResetPasswordData) GetUsername() string { if m != nil { return m.Username } return "" } func (m *ResetPasswordData) GetGardenName() string { if m != nil { return m.GardenName } return "" } type ResetPasswordReply struct { List []*ResetPasswordData `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ResetPasswordReply) Reset() { *m = ResetPasswordReply{} } func (m *ResetPasswordReply) String() string { return proto.CompactTextString(m) } func (*ResetPasswordReply) ProtoMessage() {} func (*ResetPasswordReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{60} } func (m *ResetPasswordReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResetPasswordReply.Unmarshal(m, b) } func (m *ResetPasswordReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ResetPasswordReply.Marshal(b, m, deterministic) } func (m *ResetPasswordReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ResetPasswordReply.Merge(m, src) } func (m *ResetPasswordReply) XXX_Size() int { return xxx_messageInfo_ResetPasswordReply.Size(m) } func (m *ResetPasswordReply) XXX_DiscardUnknown() { xxx_messageInfo_ResetPasswordReply.DiscardUnknown(m) } var xxx_messageInfo_ResetPasswordReply proto.InternalMessageInfo func (m *ResetPasswordReply) GetList() []*ResetPasswordData { if m != nil { return m.List } return nil } type ChangePasswordRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` OldPassword string `protobuf:"bytes,2,opt,name=old_password,json=oldPassword,proto3" json:"old_password"` NewPassword string `protobuf:"bytes,3,opt,name=new_password,json=newPassword,proto3" json:"new_password"` ByCompany bool `protobuf:"varint,4,opt,name=by_company,json=byCompany,proto3" json:"by_company"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChangePasswordRequest) Reset() { *m = ChangePasswordRequest{} } func (m *ChangePasswordRequest) String() string { return proto.CompactTextString(m) } func (*ChangePasswordRequest) ProtoMessage() {} func (*ChangePasswordRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{61} } func (m *ChangePasswordRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangePasswordRequest.Unmarshal(m, b) } func (m *ChangePasswordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChangePasswordRequest.Marshal(b, m, deterministic) } func (m *ChangePasswordRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ChangePasswordRequest.Merge(m, src) } func (m *ChangePasswordRequest) XXX_Size() int { return xxx_messageInfo_ChangePasswordRequest.Size(m) } func (m *ChangePasswordRequest) XXX_DiscardUnknown() { xxx_messageInfo_ChangePasswordRequest.DiscardUnknown(m) } var xxx_messageInfo_ChangePasswordRequest proto.InternalMessageInfo func (m *ChangePasswordRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *ChangePasswordRequest) GetOldPassword() string { if m != nil { return m.OldPassword } return "" } func (m *ChangePasswordRequest) GetNewPassword() string { if m != nil { return m.NewPassword } return "" } func (m *ChangePasswordRequest) GetByCompany() bool { if m != nil { return m.ByCompany } return false } type ChangePasswordReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ChangePasswordReply) Reset() { *m = ChangePasswordReply{} } func (m *ChangePasswordReply) String() string { return proto.CompactTextString(m) } func (*ChangePasswordReply) ProtoMessage() {} func (*ChangePasswordReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{62} } func (m *ChangePasswordReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ChangePasswordReply.Unmarshal(m, b) } func (m *ChangePasswordReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ChangePasswordReply.Marshal(b, m, deterministic) } func (m *ChangePasswordReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ChangePasswordReply.Merge(m, src) } func (m *ChangePasswordReply) XXX_Size() int { return xxx_messageInfo_ChangePasswordReply.Size(m) } func (m *ChangePasswordReply) XXX_DiscardUnknown() { xxx_messageInfo_ChangePasswordReply.DiscardUnknown(m) } var xxx_messageInfo_ChangePasswordReply proto.InternalMessageInfo type DepartmentAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` DepartmentName string `protobuf:"bytes,3,opt,name=department_name,json=departmentName,proto3" json:"department_name"` Desc string `protobuf:"bytes,4,opt,name=desc,proto3" json:"desc"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentAddRequest) Reset() { *m = DepartmentAddRequest{} } func (m *DepartmentAddRequest) String() string { return proto.CompactTextString(m) } func (*DepartmentAddRequest) ProtoMessage() {} func (*DepartmentAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{63} } func (m *DepartmentAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentAddRequest.Unmarshal(m, b) } func (m *DepartmentAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentAddRequest.Marshal(b, m, deterministic) } func (m *DepartmentAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentAddRequest.Merge(m, src) } func (m *DepartmentAddRequest) XXX_Size() int { return xxx_messageInfo_DepartmentAddRequest.Size(m) } func (m *DepartmentAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentAddRequest.DiscardUnknown(m) } var xxx_messageInfo_DepartmentAddRequest proto.InternalMessageInfo func (m *DepartmentAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *DepartmentAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *DepartmentAddRequest) GetDepartmentName() string { if m != nil { return m.DepartmentName } return "" } func (m *DepartmentAddRequest) GetDesc() string { if m != nil { return m.Desc } return "" } type DepartmentAddReply struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentAddReply) Reset() { *m = DepartmentAddReply{} } func (m *DepartmentAddReply) String() string { return proto.CompactTextString(m) } func (*DepartmentAddReply) ProtoMessage() {} func (*DepartmentAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{64} } func (m *DepartmentAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentAddReply.Unmarshal(m, b) } func (m *DepartmentAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentAddReply.Marshal(b, m, deterministic) } func (m *DepartmentAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentAddReply.Merge(m, src) } func (m *DepartmentAddReply) XXX_Size() int { return xxx_messageInfo_DepartmentAddReply.Size(m) } func (m *DepartmentAddReply) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentAddReply.DiscardUnknown(m) } var xxx_messageInfo_DepartmentAddReply proto.InternalMessageInfo func (m *DepartmentAddReply) GetId() int64 { if m != nil { return m.Id } return 0 } type DepartmentUpdateRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` DepartmentName string `protobuf:"bytes,2,opt,name=department_name,json=departmentName,proto3" json:"department_name"` Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc"` Id int64 `protobuf:"varint,4,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentUpdateRequest) Reset() { *m = DepartmentUpdateRequest{} } func (m *DepartmentUpdateRequest) String() string { return proto.CompactTextString(m) } func (*DepartmentUpdateRequest) ProtoMessage() {} func (*DepartmentUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{65} } func (m *DepartmentUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentUpdateRequest.Unmarshal(m, b) } func (m *DepartmentUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentUpdateRequest.Marshal(b, m, deterministic) } func (m *DepartmentUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentUpdateRequest.Merge(m, src) } func (m *DepartmentUpdateRequest) XXX_Size() int { return xxx_messageInfo_DepartmentUpdateRequest.Size(m) } func (m *DepartmentUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_DepartmentUpdateRequest proto.InternalMessageInfo func (m *DepartmentUpdateRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *DepartmentUpdateRequest) GetDepartmentName() string { if m != nil { return m.DepartmentName } return "" } func (m *DepartmentUpdateRequest) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *DepartmentUpdateRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type DepartmentUpdateReply struct { Origin *DepartmentUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentUpdateReply) Reset() { *m = DepartmentUpdateReply{} } func (m *DepartmentUpdateReply) String() string { return proto.CompactTextString(m) } func (*DepartmentUpdateReply) ProtoMessage() {} func (*DepartmentUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{66} } func (m *DepartmentUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentUpdateReply.Unmarshal(m, b) } func (m *DepartmentUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentUpdateReply.Marshal(b, m, deterministic) } func (m *DepartmentUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentUpdateReply.Merge(m, src) } func (m *DepartmentUpdateReply) XXX_Size() int { return xxx_messageInfo_DepartmentUpdateReply.Size(m) } func (m *DepartmentUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_DepartmentUpdateReply proto.InternalMessageInfo func (m *DepartmentUpdateReply) GetOrigin() *DepartmentUpdateRequest { if m != nil { return m.Origin } return nil } type DepartmentDelRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentDelRequest) Reset() { *m = DepartmentDelRequest{} } func (m *DepartmentDelRequest) String() string { return proto.CompactTextString(m) } func (*DepartmentDelRequest) ProtoMessage() {} func (*DepartmentDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{67} } func (m *DepartmentDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentDelRequest.Unmarshal(m, b) } func (m *DepartmentDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentDelRequest.Marshal(b, m, deterministic) } func (m *DepartmentDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentDelRequest.Merge(m, src) } func (m *DepartmentDelRequest) XXX_Size() int { return xxx_messageInfo_DepartmentDelRequest.Size(m) } func (m *DepartmentDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentDelRequest.DiscardUnknown(m) } var xxx_messageInfo_DepartmentDelRequest proto.InternalMessageInfo func (m *DepartmentDelRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *DepartmentDelRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type DepartmentDelReply struct { Origin *DepartmentUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentDelReply) Reset() { *m = DepartmentDelReply{} } func (m *DepartmentDelReply) String() string { return proto.CompactTextString(m) } func (*DepartmentDelReply) ProtoMessage() {} func (*DepartmentDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{68} } func (m *DepartmentDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentDelReply.Unmarshal(m, b) } func (m *DepartmentDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentDelReply.Marshal(b, m, deterministic) } func (m *DepartmentDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentDelReply.Merge(m, src) } func (m *DepartmentDelReply) XXX_Size() int { return xxx_messageInfo_DepartmentDelReply.Size(m) } func (m *DepartmentDelReply) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentDelReply.DiscardUnknown(m) } var xxx_messageInfo_DepartmentDelReply proto.InternalMessageInfo func (m *DepartmentDelReply) GetOrigin() *DepartmentUpdateRequest { if m != nil { return m.Origin } return nil } type DepartmentItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` DepartmentName string `protobuf:"bytes,2,opt,name=department_name,json=departmentName,proto3" json:"department_name"` Desc string `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc"` CreatedAt string `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentItem) Reset() { *m = DepartmentItem{} } func (m *DepartmentItem) String() string { return proto.CompactTextString(m) } func (*DepartmentItem) ProtoMessage() {} func (*DepartmentItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{69} } func (m *DepartmentItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentItem.Unmarshal(m, b) } func (m *DepartmentItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentItem.Marshal(b, m, deterministic) } func (m *DepartmentItem) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentItem.Merge(m, src) } func (m *DepartmentItem) XXX_Size() int { return xxx_messageInfo_DepartmentItem.Size(m) } func (m *DepartmentItem) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentItem.DiscardUnknown(m) } var xxx_messageInfo_DepartmentItem proto.InternalMessageInfo func (m *DepartmentItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *DepartmentItem) GetDepartmentName() string { if m != nil { return m.DepartmentName } return "" } func (m *DepartmentItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *DepartmentItem) GetCreatedAt() string { if m != nil { return m.CreatedAt } return "" } type DepartmentListRequest struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentListRequest) Reset() { *m = DepartmentListRequest{} } func (m *DepartmentListRequest) String() string { return proto.CompactTextString(m) } func (*DepartmentListRequest) ProtoMessage() {} func (*DepartmentListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{70} } func (m *DepartmentListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentListRequest.Unmarshal(m, b) } func (m *DepartmentListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentListRequest.Marshal(b, m, deterministic) } func (m *DepartmentListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentListRequest.Merge(m, src) } func (m *DepartmentListRequest) XXX_Size() int { return xxx_messageInfo_DepartmentListRequest.Size(m) } func (m *DepartmentListRequest) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentListRequest.DiscardUnknown(m) } var xxx_messageInfo_DepartmentListRequest proto.InternalMessageInfo func (m *DepartmentListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *DepartmentListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *DepartmentListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type DepartmentListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*DepartmentItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DepartmentListReply) Reset() { *m = DepartmentListReply{} } func (m *DepartmentListReply) String() string { return proto.CompactTextString(m) } func (*DepartmentListReply) ProtoMessage() {} func (*DepartmentListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{71} } func (m *DepartmentListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DepartmentListReply.Unmarshal(m, b) } func (m *DepartmentListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DepartmentListReply.Marshal(b, m, deterministic) } func (m *DepartmentListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_DepartmentListReply.Merge(m, src) } func (m *DepartmentListReply) XXX_Size() int { return xxx_messageInfo_DepartmentListReply.Size(m) } func (m *DepartmentListReply) XXX_DiscardUnknown() { xxx_messageInfo_DepartmentListReply.DiscardUnknown(m) } var xxx_messageInfo_DepartmentListReply proto.InternalMessageInfo func (m *DepartmentListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *DepartmentListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *DepartmentListReply) GetList() []*DepartmentItem { if m != nil { return m.List } return nil } type CompanyEnterGardenRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Cid int64 `protobuf:"varint,2,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyEnterGardenRequest) Reset() { *m = CompanyEnterGardenRequest{} } func (m *CompanyEnterGardenRequest) String() string { return proto.CompactTextString(m) } func (*CompanyEnterGardenRequest) ProtoMessage() {} func (*CompanyEnterGardenRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{72} } func (m *CompanyEnterGardenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyEnterGardenRequest.Unmarshal(m, b) } func (m *CompanyEnterGardenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyEnterGardenRequest.Marshal(b, m, deterministic) } func (m *CompanyEnterGardenRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyEnterGardenRequest.Merge(m, src) } func (m *CompanyEnterGardenRequest) XXX_Size() int { return xxx_messageInfo_CompanyEnterGardenRequest.Size(m) } func (m *CompanyEnterGardenRequest) XXX_DiscardUnknown() { xxx_messageInfo_CompanyEnterGardenRequest.DiscardUnknown(m) } var xxx_messageInfo_CompanyEnterGardenRequest proto.InternalMessageInfo func (m *CompanyEnterGardenRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *CompanyEnterGardenRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type CompanyEnterGardenReply struct { GardenName string `protobuf:"bytes,1,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` Permissions []*SystemGroupPermissionData `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions"` GlobalPermissionTime string `protobuf:"bytes,3,opt,name=global_permission_time,json=globalPermissionTime,proto3" json:"global_permission_time"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyEnterGardenReply) Reset() { *m = CompanyEnterGardenReply{} } func (m *CompanyEnterGardenReply) String() string { return proto.CompactTextString(m) } func (*CompanyEnterGardenReply) ProtoMessage() {} func (*CompanyEnterGardenReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{73} } func (m *CompanyEnterGardenReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyEnterGardenReply.Unmarshal(m, b) } func (m *CompanyEnterGardenReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyEnterGardenReply.Marshal(b, m, deterministic) } func (m *CompanyEnterGardenReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyEnterGardenReply.Merge(m, src) } func (m *CompanyEnterGardenReply) XXX_Size() int { return xxx_messageInfo_CompanyEnterGardenReply.Size(m) } func (m *CompanyEnterGardenReply) XXX_DiscardUnknown() { xxx_messageInfo_CompanyEnterGardenReply.DiscardUnknown(m) } var xxx_messageInfo_CompanyEnterGardenReply proto.InternalMessageInfo func (m *CompanyEnterGardenReply) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *CompanyEnterGardenReply) GetPermissions() []*SystemGroupPermissionData { if m != nil { return m.Permissions } return nil } func (m *CompanyEnterGardenReply) GetGlobalPermissionTime() string { if m != nil { return m.GlobalPermissionTime } return "" } type GardenSetMchRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` MchId string `protobuf:"bytes,2,opt,name=mch_id,json=mchId,proto3" json:"mch_id"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenSetMchRequest) Reset() { *m = GardenSetMchRequest{} } func (m *GardenSetMchRequest) String() string { return proto.CompactTextString(m) } func (*GardenSetMchRequest) ProtoMessage() {} func (*GardenSetMchRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{74} } func (m *GardenSetMchRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenSetMchRequest.Unmarshal(m, b) } func (m *GardenSetMchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenSetMchRequest.Marshal(b, m, deterministic) } func (m *GardenSetMchRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenSetMchRequest.Merge(m, src) } func (m *GardenSetMchRequest) XXX_Size() int { return xxx_messageInfo_GardenSetMchRequest.Size(m) } func (m *GardenSetMchRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenSetMchRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenSetMchRequest proto.InternalMessageInfo func (m *GardenSetMchRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenSetMchRequest) GetMchId() string { if m != nil { return m.MchId } return "" } func (m *GardenSetMchRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type GardenSetMchReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenSetMchReply) Reset() { *m = GardenSetMchReply{} } func (m *GardenSetMchReply) String() string { return proto.CompactTextString(m) } func (*GardenSetMchReply) ProtoMessage() {} func (*GardenSetMchReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{75} } func (m *GardenSetMchReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenSetMchReply.Unmarshal(m, b) } func (m *GardenSetMchReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenSetMchReply.Marshal(b, m, deterministic) } func (m *GardenSetMchReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenSetMchReply.Merge(m, src) } func (m *GardenSetMchReply) XXX_Size() int { return xxx_messageInfo_GardenSetMchReply.Size(m) } func (m *GardenSetMchReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenSetMchReply.DiscardUnknown(m) } var xxx_messageInfo_GardenSetMchReply proto.InternalMessageInfo type GardenSetMchPayModeRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` PayMode int32 `protobuf:"varint,3,opt,name=pay_mode,json=payMode,proto3" json:"pay_mode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenSetMchPayModeRequest) Reset() { *m = GardenSetMchPayModeRequest{} } func (m *GardenSetMchPayModeRequest) String() string { return proto.CompactTextString(m) } func (*GardenSetMchPayModeRequest) ProtoMessage() {} func (*GardenSetMchPayModeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{76} } func (m *GardenSetMchPayModeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenSetMchPayModeRequest.Unmarshal(m, b) } func (m *GardenSetMchPayModeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenSetMchPayModeRequest.Marshal(b, m, deterministic) } func (m *GardenSetMchPayModeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenSetMchPayModeRequest.Merge(m, src) } func (m *GardenSetMchPayModeRequest) XXX_Size() int { return xxx_messageInfo_GardenSetMchPayModeRequest.Size(m) } func (m *GardenSetMchPayModeRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenSetMchPayModeRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenSetMchPayModeRequest proto.InternalMessageInfo func (m *GardenSetMchPayModeRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *GardenSetMchPayModeRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenSetMchPayModeRequest) GetPayMode() int32 { if m != nil { return m.PayMode } return 0 } type GardenSetMchPayModeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenSetMchPayModeReply) Reset() { *m = GardenSetMchPayModeReply{} } func (m *GardenSetMchPayModeReply) String() string { return proto.CompactTextString(m) } func (*GardenSetMchPayModeReply) ProtoMessage() {} func (*GardenSetMchPayModeReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{77} } func (m *GardenSetMchPayModeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenSetMchPayModeReply.Unmarshal(m, b) } func (m *GardenSetMchPayModeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenSetMchPayModeReply.Marshal(b, m, deterministic) } func (m *GardenSetMchPayModeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenSetMchPayModeReply.Merge(m, src) } func (m *GardenSetMchPayModeReply) XXX_Size() int { return xxx_messageInfo_GardenSetMchPayModeReply.Size(m) } func (m *GardenSetMchPayModeReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenSetMchPayModeReply.DiscardUnknown(m) } var xxx_messageInfo_GardenSetMchPayModeReply proto.InternalMessageInfo type CompanyMchGardenListRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` MchId string `protobuf:"bytes,2,opt,name=mch_id,json=mchId,proto3" json:"mch_id"` GardenId int64 `protobuf:"varint,3,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyMchGardenListRequest) Reset() { *m = CompanyMchGardenListRequest{} } func (m *CompanyMchGardenListRequest) String() string { return proto.CompactTextString(m) } func (*CompanyMchGardenListRequest) ProtoMessage() {} func (*CompanyMchGardenListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{78} } func (m *CompanyMchGardenListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyMchGardenListRequest.Unmarshal(m, b) } func (m *CompanyMchGardenListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyMchGardenListRequest.Marshal(b, m, deterministic) } func (m *CompanyMchGardenListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyMchGardenListRequest.Merge(m, src) } func (m *CompanyMchGardenListRequest) XXX_Size() int { return xxx_messageInfo_CompanyMchGardenListRequest.Size(m) } func (m *CompanyMchGardenListRequest) XXX_DiscardUnknown() { xxx_messageInfo_CompanyMchGardenListRequest.DiscardUnknown(m) } var xxx_messageInfo_CompanyMchGardenListRequest proto.InternalMessageInfo func (m *CompanyMchGardenListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *CompanyMchGardenListRequest) GetMchId() string { if m != nil { return m.MchId } return "" } func (m *CompanyMchGardenListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type CompanyMchGardenItem struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` MchId string `protobuf:"bytes,2,opt,name=mch_id,json=mchId,proto3" json:"mch_id"` GardenName string `protobuf:"bytes,3,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` PayMode int32 `protobuf:"varint,4,opt,name=pay_mode,json=payMode,proto3" json:"pay_mode"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyMchGardenItem) Reset() { *m = CompanyMchGardenItem{} } func (m *CompanyMchGardenItem) String() string { return proto.CompactTextString(m) } func (*CompanyMchGardenItem) ProtoMessage() {} func (*CompanyMchGardenItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{79} } func (m *CompanyMchGardenItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyMchGardenItem.Unmarshal(m, b) } func (m *CompanyMchGardenItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyMchGardenItem.Marshal(b, m, deterministic) } func (m *CompanyMchGardenItem) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyMchGardenItem.Merge(m, src) } func (m *CompanyMchGardenItem) XXX_Size() int { return xxx_messageInfo_CompanyMchGardenItem.Size(m) } func (m *CompanyMchGardenItem) XXX_DiscardUnknown() { xxx_messageInfo_CompanyMchGardenItem.DiscardUnknown(m) } var xxx_messageInfo_CompanyMchGardenItem proto.InternalMessageInfo func (m *CompanyMchGardenItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *CompanyMchGardenItem) GetMchId() string { if m != nil { return m.MchId } return "" } func (m *CompanyMchGardenItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *CompanyMchGardenItem) GetPayMode() int32 { if m != nil { return m.PayMode } return 0 } type CompanyMchGardenListReply struct { List []*CompanyMchGardenItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyMchGardenListReply) Reset() { *m = CompanyMchGardenListReply{} } func (m *CompanyMchGardenListReply) String() string { return proto.CompactTextString(m) } func (*CompanyMchGardenListReply) ProtoMessage() {} func (*CompanyMchGardenListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{80} } func (m *CompanyMchGardenListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyMchGardenListReply.Unmarshal(m, b) } func (m *CompanyMchGardenListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyMchGardenListReply.Marshal(b, m, deterministic) } func (m *CompanyMchGardenListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyMchGardenListReply.Merge(m, src) } func (m *CompanyMchGardenListReply) XXX_Size() int { return xxx_messageInfo_CompanyMchGardenListReply.Size(m) } func (m *CompanyMchGardenListReply) XXX_DiscardUnknown() { xxx_messageInfo_CompanyMchGardenListReply.DiscardUnknown(m) } var xxx_messageInfo_CompanyMchGardenListReply proto.InternalMessageInfo func (m *CompanyMchGardenListReply) GetList() []*CompanyMchGardenItem { if m != nil { return m.List } return nil } type PermissionRegetRequest struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` // 是否来源于员工小程序 Applete bool `protobuf:"varint,2,opt,name=applete,proto3" json:"applete"` Company bool `protobuf:"varint,3,opt,name=company,proto3" json:"company"` GardenId int64 `protobuf:"varint,4,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PermissionRegetRequest) Reset() { *m = PermissionRegetRequest{} } func (m *PermissionRegetRequest) String() string { return proto.CompactTextString(m) } func (*PermissionRegetRequest) ProtoMessage() {} func (*PermissionRegetRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{81} } func (m *PermissionRegetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PermissionRegetRequest.Unmarshal(m, b) } func (m *PermissionRegetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PermissionRegetRequest.Marshal(b, m, deterministic) } func (m *PermissionRegetRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PermissionRegetRequest.Merge(m, src) } func (m *PermissionRegetRequest) XXX_Size() int { return xxx_messageInfo_PermissionRegetRequest.Size(m) } func (m *PermissionRegetRequest) XXX_DiscardUnknown() { xxx_messageInfo_PermissionRegetRequest.DiscardUnknown(m) } var xxx_messageInfo_PermissionRegetRequest proto.InternalMessageInfo func (m *PermissionRegetRequest) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *PermissionRegetRequest) GetApplete() bool { if m != nil { return m.Applete } return false } func (m *PermissionRegetRequest) GetCompany() bool { if m != nil { return m.Company } return false } func (m *PermissionRegetRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type PermissionRegetReply struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` UserName string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name"` Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"` GardenId int64 `protobuf:"varint,4,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` GroupId int64 `protobuf:"varint,5,opt,name=group_id,json=groupId,proto3" json:"group_id"` IsSuperGroup bool `protobuf:"varint,6,opt,name=is_super_group,json=isSuperGroup,proto3" json:"is_super_group"` GardenName string `protobuf:"bytes,7,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` UserPermissionTime string `protobuf:"bytes,8,opt,name=user_permission_time,json=userPermissionTime,proto3" json:"user_permission_time"` GlobalPermissionTime string `protobuf:"bytes,9,opt,name=global_permission_time,json=globalPermissionTime,proto3" json:"global_permission_time"` Permissions []*SystemGroupPermissionData `protobuf:"bytes,10,rep,name=permissions,proto3" json:"permissions"` GardenEnable bool `protobuf:"varint,11,opt,name=garden_enable,json=gardenEnable,proto3" json:"garden_enable"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PermissionRegetReply) Reset() { *m = PermissionRegetReply{} } func (m *PermissionRegetReply) String() string { return proto.CompactTextString(m) } func (*PermissionRegetReply) ProtoMessage() {} func (*PermissionRegetReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{82} } func (m *PermissionRegetReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PermissionRegetReply.Unmarshal(m, b) } func (m *PermissionRegetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PermissionRegetReply.Marshal(b, m, deterministic) } func (m *PermissionRegetReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PermissionRegetReply.Merge(m, src) } func (m *PermissionRegetReply) XXX_Size() int { return xxx_messageInfo_PermissionRegetReply.Size(m) } func (m *PermissionRegetReply) XXX_DiscardUnknown() { xxx_messageInfo_PermissionRegetReply.DiscardUnknown(m) } var xxx_messageInfo_PermissionRegetReply proto.InternalMessageInfo func (m *PermissionRegetReply) GetUid() int64 { if m != nil { return m.Uid } return 0 } func (m *PermissionRegetReply) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *PermissionRegetReply) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *PermissionRegetReply) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *PermissionRegetReply) GetGroupId() int64 { if m != nil { return m.GroupId } return 0 } func (m *PermissionRegetReply) GetIsSuperGroup() bool { if m != nil { return m.IsSuperGroup } return false } func (m *PermissionRegetReply) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *PermissionRegetReply) GetUserPermissionTime() string { if m != nil { return m.UserPermissionTime } return "" } func (m *PermissionRegetReply) GetGlobalPermissionTime() string { if m != nil { return m.GlobalPermissionTime } return "" } func (m *PermissionRegetReply) GetPermissions() []*SystemGroupPermissionData { if m != nil { return m.Permissions } return nil } func (m *PermissionRegetReply) GetGardenEnable() bool { if m != nil { return m.GardenEnable } return false } // 应用相关 type ApplicationOrderAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ApplicationId int64 `protobuf:"varint,2,opt,name=application_id,json=applicationId,proto3" json:"application_id"` Cid int64 `protobuf:"varint,3,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationOrderAddRequest) Reset() { *m = ApplicationOrderAddRequest{} } func (m *ApplicationOrderAddRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationOrderAddRequest) ProtoMessage() {} func (*ApplicationOrderAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{83} } func (m *ApplicationOrderAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOrderAddRequest.Unmarshal(m, b) } func (m *ApplicationOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationOrderAddRequest.Marshal(b, m, deterministic) } func (m *ApplicationOrderAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationOrderAddRequest.Merge(m, src) } func (m *ApplicationOrderAddRequest) XXX_Size() int { return xxx_messageInfo_ApplicationOrderAddRequest.Size(m) } func (m *ApplicationOrderAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationOrderAddRequest.DiscardUnknown(m) } var xxx_messageInfo_ApplicationOrderAddRequest proto.InternalMessageInfo func (m *ApplicationOrderAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *ApplicationOrderAddRequest) GetApplicationId() int64 { if m != nil { return m.ApplicationId } return 0 } func (m *ApplicationOrderAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type ApplicationOrderAddReply struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` ApplicationName string `protobuf:"bytes,2,opt,name=application_name,json=applicationName,proto3" json:"application_name"` ApplicationDesc string `protobuf:"bytes,3,opt,name=application_desc,json=applicationDesc,proto3" json:"application_desc"` // 支付方式 1 对公转账 PayType int32 `protobuf:"varint,4,opt,name=pay_type,json=payType,proto3" json:"pay_type"` // 订单金额 Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"` // 开户行 BankName string `protobuf:"bytes,6,opt,name=bank_name,json=bankName,proto3" json:"bank_name"` // 银行账号 BankAccount string `protobuf:"bytes,7,opt,name=bank_account,json=bankAccount,proto3" json:"bank_account"` // 户名 BankUserName string `protobuf:"bytes,8,opt,name=bank_user_name,json=bankUserName,proto3" json:"bank_user_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationOrderAddReply) Reset() { *m = ApplicationOrderAddReply{} } func (m *ApplicationOrderAddReply) String() string { return proto.CompactTextString(m) } func (*ApplicationOrderAddReply) ProtoMessage() {} func (*ApplicationOrderAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{84} } func (m *ApplicationOrderAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOrderAddReply.Unmarshal(m, b) } func (m *ApplicationOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationOrderAddReply.Marshal(b, m, deterministic) } func (m *ApplicationOrderAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationOrderAddReply.Merge(m, src) } func (m *ApplicationOrderAddReply) XXX_Size() int { return xxx_messageInfo_ApplicationOrderAddReply.Size(m) } func (m *ApplicationOrderAddReply) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationOrderAddReply.DiscardUnknown(m) } var xxx_messageInfo_ApplicationOrderAddReply proto.InternalMessageInfo func (m *ApplicationOrderAddReply) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *ApplicationOrderAddReply) GetApplicationName() string { if m != nil { return m.ApplicationName } return "" } func (m *ApplicationOrderAddReply) GetApplicationDesc() string { if m != nil { return m.ApplicationDesc } return "" } func (m *ApplicationOrderAddReply) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *ApplicationOrderAddReply) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *ApplicationOrderAddReply) GetBankName() string { if m != nil { return m.BankName } return "" } func (m *ApplicationOrderAddReply) GetBankAccount() string { if m != nil { return m.BankAccount } return "" } func (m *ApplicationOrderAddReply) GetBankUserName() string { if m != nil { return m.BankUserName } return "" } type ApplicationOrderApproveRequest struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,3,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationOrderApproveRequest) Reset() { *m = ApplicationOrderApproveRequest{} } func (m *ApplicationOrderApproveRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationOrderApproveRequest) ProtoMessage() {} func (*ApplicationOrderApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{85} } func (m *ApplicationOrderApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOrderApproveRequest.Unmarshal(m, b) } func (m *ApplicationOrderApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationOrderApproveRequest.Marshal(b, m, deterministic) } func (m *ApplicationOrderApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationOrderApproveRequest.Merge(m, src) } func (m *ApplicationOrderApproveRequest) XXX_Size() int { return xxx_messageInfo_ApplicationOrderApproveRequest.Size(m) } func (m *ApplicationOrderApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationOrderApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_ApplicationOrderApproveRequest proto.InternalMessageInfo func (m *ApplicationOrderApproveRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *ApplicationOrderApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *ApplicationOrderApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type ApplicationOrderApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationOrderApproveReply) Reset() { *m = ApplicationOrderApproveReply{} } func (m *ApplicationOrderApproveReply) String() string { return proto.CompactTextString(m) } func (*ApplicationOrderApproveReply) ProtoMessage() {} func (*ApplicationOrderApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{86} } func (m *ApplicationOrderApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOrderApproveReply.Unmarshal(m, b) } func (m *ApplicationOrderApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationOrderApproveReply.Marshal(b, m, deterministic) } func (m *ApplicationOrderApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationOrderApproveReply.Merge(m, src) } func (m *ApplicationOrderApproveReply) XXX_Size() int { return xxx_messageInfo_ApplicationOrderApproveReply.Size(m) } func (m *ApplicationOrderApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationOrderApproveReply.DiscardUnknown(m) } var xxx_messageInfo_ApplicationOrderApproveReply proto.InternalMessageInfo type GardenApplicationListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenApplicationListRequest) Reset() { *m = GardenApplicationListRequest{} } func (m *GardenApplicationListRequest) String() string { return proto.CompactTextString(m) } func (*GardenApplicationListRequest) ProtoMessage() {} func (*GardenApplicationListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{87} } func (m *GardenApplicationListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenApplicationListRequest.Unmarshal(m, b) } func (m *GardenApplicationListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenApplicationListRequest.Marshal(b, m, deterministic) } func (m *GardenApplicationListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenApplicationListRequest.Merge(m, src) } func (m *GardenApplicationListRequest) XXX_Size() int { return xxx_messageInfo_GardenApplicationListRequest.Size(m) } func (m *GardenApplicationListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenApplicationListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenApplicationListRequest proto.InternalMessageInfo func (m *GardenApplicationListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenApplicationListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenApplicationListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *GardenApplicationListRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } type GardenApplicationItem struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"` Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` ApplicationId int64 `protobuf:"varint,7,opt,name=application_id,json=applicationId,proto3" json:"application_id"` OrderId int64 `protobuf:"varint,8,opt,name=order_id,json=orderId,proto3" json:"order_id"` // 1 待审批 2 通过 3 未通过 Status int32 `protobuf:"varint,9,opt,name=status,proto3" json:"status"` // 1 对公转帐 PayType int32 `protobuf:"varint,10,opt,name=pay_type,json=payType,proto3" json:"pay_type"` Feedback string `protobuf:"bytes,11,opt,name=feedback,proto3" json:"feedback"` GardenName string `protobuf:"bytes,12,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenApplicationItem) Reset() { *m = GardenApplicationItem{} } func (m *GardenApplicationItem) String() string { return proto.CompactTextString(m) } func (*GardenApplicationItem) ProtoMessage() {} func (*GardenApplicationItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{88} } func (m *GardenApplicationItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenApplicationItem.Unmarshal(m, b) } func (m *GardenApplicationItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenApplicationItem.Marshal(b, m, deterministic) } func (m *GardenApplicationItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenApplicationItem.Merge(m, src) } func (m *GardenApplicationItem) XXX_Size() int { return xxx_messageInfo_GardenApplicationItem.Size(m) } func (m *GardenApplicationItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenApplicationItem.DiscardUnknown(m) } var xxx_messageInfo_GardenApplicationItem proto.InternalMessageInfo func (m *GardenApplicationItem) GetIcon() string { if m != nil { return m.Icon } return "" } func (m *GardenApplicationItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *GardenApplicationItem) GetName() string { if m != nil { return m.Name } return "" } func (m *GardenApplicationItem) GetContent() string { if m != nil { return m.Content } return "" } func (m *GardenApplicationItem) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *GardenApplicationItem) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *GardenApplicationItem) GetApplicationId() int64 { if m != nil { return m.ApplicationId } return 0 } func (m *GardenApplicationItem) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *GardenApplicationItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *GardenApplicationItem) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *GardenApplicationItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *GardenApplicationItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } type GardenApplicationListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*GardenApplicationItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenApplicationListReply) Reset() { *m = GardenApplicationListReply{} } func (m *GardenApplicationListReply) String() string { return proto.CompactTextString(m) } func (*GardenApplicationListReply) ProtoMessage() {} func (*GardenApplicationListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{89} } func (m *GardenApplicationListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenApplicationListReply.Unmarshal(m, b) } func (m *GardenApplicationListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenApplicationListReply.Marshal(b, m, deterministic) } func (m *GardenApplicationListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenApplicationListReply.Merge(m, src) } func (m *GardenApplicationListReply) XXX_Size() int { return xxx_messageInfo_GardenApplicationListReply.Size(m) } func (m *GardenApplicationListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenApplicationListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenApplicationListReply proto.InternalMessageInfo func (m *GardenApplicationListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *GardenApplicationListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *GardenApplicationListReply) GetList() []*GardenApplicationItem { if m != nil { return m.List } return nil } // 套餐相关 type PackageOrderAddRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` PackageId int64 `protobuf:"varint,2,opt,name=package_id,json=packageId,proto3" json:"package_id"` Amount int64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount"` GardenCount int64 `protobuf:"varint,4,opt,name=garden_count,json=gardenCount,proto3" json:"garden_count"` Period int64 `protobuf:"varint,5,opt,name=period,proto3" json:"period"` OrderType int64 `protobuf:"varint,6,opt,name=order_type,json=orderType,proto3" json:"order_type"` CompanyName string `protobuf:"bytes,7,opt,name=company_name,json=companyName,proto3" json:"company_name"` GardenId int64 `protobuf:"varint,8,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ShouldAccess bool `protobuf:"varint,9,opt,name=should_access,json=shouldAccess,proto3" json:"should_access"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageOrderAddRequest) Reset() { *m = PackageOrderAddRequest{} } func (m *PackageOrderAddRequest) String() string { return proto.CompactTextString(m) } func (*PackageOrderAddRequest) ProtoMessage() {} func (*PackageOrderAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{90} } func (m *PackageOrderAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageOrderAddRequest.Unmarshal(m, b) } func (m *PackageOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageOrderAddRequest.Marshal(b, m, deterministic) } func (m *PackageOrderAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageOrderAddRequest.Merge(m, src) } func (m *PackageOrderAddRequest) XXX_Size() int { return xxx_messageInfo_PackageOrderAddRequest.Size(m) } func (m *PackageOrderAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_PackageOrderAddRequest.DiscardUnknown(m) } var xxx_messageInfo_PackageOrderAddRequest proto.InternalMessageInfo func (m *PackageOrderAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *PackageOrderAddRequest) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } func (m *PackageOrderAddRequest) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *PackageOrderAddRequest) GetGardenCount() int64 { if m != nil { return m.GardenCount } return 0 } func (m *PackageOrderAddRequest) GetPeriod() int64 { if m != nil { return m.Period } return 0 } func (m *PackageOrderAddRequest) GetOrderType() int64 { if m != nil { return m.OrderType } return 0 } func (m *PackageOrderAddRequest) GetCompanyName() string { if m != nil { return m.CompanyName } return "" } func (m *PackageOrderAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *PackageOrderAddRequest) GetShouldAccess() bool { if m != nil { return m.ShouldAccess } return false } type PackageOrderAddReply struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name"` Period int64 `protobuf:"varint,3,opt,name=period,proto3" json:"period"` GardenCount int64 `protobuf:"varint,4,opt,name=garden_count,json=gardenCount,proto3" json:"garden_count"` // 支付方式 1 对公转账 PayType int32 `protobuf:"varint,5,opt,name=pay_type,json=payType,proto3" json:"pay_type"` // 订单金额 Amount int64 `protobuf:"varint,6,opt,name=amount,proto3" json:"amount"` // 开户行 BankName string `protobuf:"bytes,7,opt,name=bank_name,json=bankName,proto3" json:"bank_name"` // 银行账号 BankAccount string `protobuf:"bytes,8,opt,name=bank_account,json=bankAccount,proto3" json:"bank_account"` // 户名 BankUserName string `protobuf:"bytes,9,opt,name=bank_user_name,json=bankUserName,proto3" json:"bank_user_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageOrderAddReply) Reset() { *m = PackageOrderAddReply{} } func (m *PackageOrderAddReply) String() string { return proto.CompactTextString(m) } func (*PackageOrderAddReply) ProtoMessage() {} func (*PackageOrderAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{91} } func (m *PackageOrderAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageOrderAddReply.Unmarshal(m, b) } func (m *PackageOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageOrderAddReply.Marshal(b, m, deterministic) } func (m *PackageOrderAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageOrderAddReply.Merge(m, src) } func (m *PackageOrderAddReply) XXX_Size() int { return xxx_messageInfo_PackageOrderAddReply.Size(m) } func (m *PackageOrderAddReply) XXX_DiscardUnknown() { xxx_messageInfo_PackageOrderAddReply.DiscardUnknown(m) } var xxx_messageInfo_PackageOrderAddReply proto.InternalMessageInfo func (m *PackageOrderAddReply) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *PackageOrderAddReply) GetPackageName() string { if m != nil { return m.PackageName } return "" } func (m *PackageOrderAddReply) GetPeriod() int64 { if m != nil { return m.Period } return 0 } func (m *PackageOrderAddReply) GetGardenCount() int64 { if m != nil { return m.GardenCount } return 0 } func (m *PackageOrderAddReply) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *PackageOrderAddReply) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *PackageOrderAddReply) GetBankName() string { if m != nil { return m.BankName } return "" } func (m *PackageOrderAddReply) GetBankAccount() string { if m != nil { return m.BankAccount } return "" } func (m *PackageOrderAddReply) GetBankUserName() string { if m != nil { return m.BankUserName } return "" } type PackageOrderApproveRequest struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,3,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageOrderApproveRequest) Reset() { *m = PackageOrderApproveRequest{} } func (m *PackageOrderApproveRequest) String() string { return proto.CompactTextString(m) } func (*PackageOrderApproveRequest) ProtoMessage() {} func (*PackageOrderApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{92} } func (m *PackageOrderApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageOrderApproveRequest.Unmarshal(m, b) } func (m *PackageOrderApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageOrderApproveRequest.Marshal(b, m, deterministic) } func (m *PackageOrderApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageOrderApproveRequest.Merge(m, src) } func (m *PackageOrderApproveRequest) XXX_Size() int { return xxx_messageInfo_PackageOrderApproveRequest.Size(m) } func (m *PackageOrderApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_PackageOrderApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_PackageOrderApproveRequest proto.InternalMessageInfo func (m *PackageOrderApproveRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *PackageOrderApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *PackageOrderApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type PackageOrderApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageOrderApproveReply) Reset() { *m = PackageOrderApproveReply{} } func (m *PackageOrderApproveReply) String() string { return proto.CompactTextString(m) } func (*PackageOrderApproveReply) ProtoMessage() {} func (*PackageOrderApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{93} } func (m *PackageOrderApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageOrderApproveReply.Unmarshal(m, b) } func (m *PackageOrderApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageOrderApproveReply.Marshal(b, m, deterministic) } func (m *PackageOrderApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageOrderApproveReply.Merge(m, src) } func (m *PackageOrderApproveReply) XXX_Size() int { return xxx_messageInfo_PackageOrderApproveReply.Size(m) } func (m *PackageOrderApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_PackageOrderApproveReply.DiscardUnknown(m) } var xxx_messageInfo_PackageOrderApproveReply proto.InternalMessageInfo type CompanyPackageListRequest struct { Cid int64 `protobuf:"varint,1,opt,name=cid,proto3" json:"cid"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status"` GardenId int64 `protobuf:"varint,5,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` ForGarden bool `protobuf:"varint,6,opt,name=for_garden,json=forGarden,proto3" json:"for_garden"` OrderType int32 `protobuf:"varint,7,opt,name=order_type,json=orderType,proto3" json:"order_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyPackageListRequest) Reset() { *m = CompanyPackageListRequest{} } func (m *CompanyPackageListRequest) String() string { return proto.CompactTextString(m) } func (*CompanyPackageListRequest) ProtoMessage() {} func (*CompanyPackageListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{94} } func (m *CompanyPackageListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyPackageListRequest.Unmarshal(m, b) } func (m *CompanyPackageListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyPackageListRequest.Marshal(b, m, deterministic) } func (m *CompanyPackageListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyPackageListRequest.Merge(m, src) } func (m *CompanyPackageListRequest) XXX_Size() int { return xxx_messageInfo_CompanyPackageListRequest.Size(m) } func (m *CompanyPackageListRequest) XXX_DiscardUnknown() { xxx_messageInfo_CompanyPackageListRequest.DiscardUnknown(m) } var xxx_messageInfo_CompanyPackageListRequest proto.InternalMessageInfo func (m *CompanyPackageListRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *CompanyPackageListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *CompanyPackageListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *CompanyPackageListRequest) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *CompanyPackageListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *CompanyPackageListRequest) GetForGarden() bool { if m != nil { return m.ForGarden } return false } func (m *CompanyPackageListRequest) GetOrderType() int32 { if m != nil { return m.OrderType } return 0 } type CompanyPackageApplicationItem struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"` Price int64 `protobuf:"varint,5,opt,name=price,proto3" json:"price"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` Id int64 `protobuf:"varint,7,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyPackageApplicationItem) Reset() { *m = CompanyPackageApplicationItem{} } func (m *CompanyPackageApplicationItem) String() string { return proto.CompactTextString(m) } func (*CompanyPackageApplicationItem) ProtoMessage() {} func (*CompanyPackageApplicationItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{95} } func (m *CompanyPackageApplicationItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyPackageApplicationItem.Unmarshal(m, b) } func (m *CompanyPackageApplicationItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyPackageApplicationItem.Marshal(b, m, deterministic) } func (m *CompanyPackageApplicationItem) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyPackageApplicationItem.Merge(m, src) } func (m *CompanyPackageApplicationItem) XXX_Size() int { return xxx_messageInfo_CompanyPackageApplicationItem.Size(m) } func (m *CompanyPackageApplicationItem) XXX_DiscardUnknown() { xxx_messageInfo_CompanyPackageApplicationItem.DiscardUnknown(m) } var xxx_messageInfo_CompanyPackageApplicationItem proto.InternalMessageInfo func (m *CompanyPackageApplicationItem) GetIcon() string { if m != nil { return m.Icon } return "" } func (m *CompanyPackageApplicationItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *CompanyPackageApplicationItem) GetName() string { if m != nil { return m.Name } return "" } func (m *CompanyPackageApplicationItem) GetContent() string { if m != nil { return m.Content } return "" } func (m *CompanyPackageApplicationItem) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *CompanyPackageApplicationItem) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *CompanyPackageApplicationItem) GetId() int64 { if m != nil { return m.Id } return 0 } type CompanyPackageItem struct { Desc string `protobuf:"bytes,1,opt,name=desc,proto3" json:"desc"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Amount int64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount"` Price int64 `protobuf:"varint,4,opt,name=price,proto3" json:"price"` Enable bool `protobuf:"varint,5,opt,name=enable,proto3" json:"enable"` PackageId int64 `protobuf:"varint,6,opt,name=package_id,json=packageId,proto3" json:"package_id"` OrderId int64 `protobuf:"varint,7,opt,name=order_id,json=orderId,proto3" json:"order_id"` Period int64 `protobuf:"varint,8,opt,name=period,proto3" json:"period"` // 1 待审批 2 通过 3 未通过 Status int32 `protobuf:"varint,9,opt,name=status,proto3" json:"status"` // 1 对公转帐 PayType int32 `protobuf:"varint,10,opt,name=pay_type,json=payType,proto3" json:"pay_type"` Feedback string `protobuf:"bytes,11,opt,name=feedback,proto3" json:"feedback"` CompanyName string `protobuf:"bytes,12,opt,name=company_name,json=companyName,proto3" json:"company_name"` GardenId int64 `protobuf:"varint,13,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` GardenName string `protobuf:"bytes,14,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` Cid int64 `protobuf:"varint,15,opt,name=cid,proto3" json:"cid"` ApplicationList []*CompanyPackageApplicationItem `protobuf:"bytes,16,rep,name=application_list,json=applicationList,proto3" json:"application_list"` ExpireAt int64 `protobuf:"varint,17,opt,name=expire_at,json=expireAt,proto3" json:"expire_at"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyPackageItem) Reset() { *m = CompanyPackageItem{} } func (m *CompanyPackageItem) String() string { return proto.CompactTextString(m) } func (*CompanyPackageItem) ProtoMessage() {} func (*CompanyPackageItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{96} } func (m *CompanyPackageItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyPackageItem.Unmarshal(m, b) } func (m *CompanyPackageItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyPackageItem.Marshal(b, m, deterministic) } func (m *CompanyPackageItem) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyPackageItem.Merge(m, src) } func (m *CompanyPackageItem) XXX_Size() int { return xxx_messageInfo_CompanyPackageItem.Size(m) } func (m *CompanyPackageItem) XXX_DiscardUnknown() { xxx_messageInfo_CompanyPackageItem.DiscardUnknown(m) } var xxx_messageInfo_CompanyPackageItem proto.InternalMessageInfo func (m *CompanyPackageItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *CompanyPackageItem) GetName() string { if m != nil { return m.Name } return "" } func (m *CompanyPackageItem) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *CompanyPackageItem) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *CompanyPackageItem) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *CompanyPackageItem) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } func (m *CompanyPackageItem) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *CompanyPackageItem) GetPeriod() int64 { if m != nil { return m.Period } return 0 } func (m *CompanyPackageItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *CompanyPackageItem) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *CompanyPackageItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } func (m *CompanyPackageItem) GetCompanyName() string { if m != nil { return m.CompanyName } return "" } func (m *CompanyPackageItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *CompanyPackageItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *CompanyPackageItem) GetCid() int64 { if m != nil { return m.Cid } return 0 } func (m *CompanyPackageItem) GetApplicationList() []*CompanyPackageApplicationItem { if m != nil { return m.ApplicationList } return nil } func (m *CompanyPackageItem) GetExpireAt() int64 { if m != nil { return m.ExpireAt } return 0 } type CompanyPackageListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*CompanyPackageItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CompanyPackageListReply) Reset() { *m = CompanyPackageListReply{} } func (m *CompanyPackageListReply) String() string { return proto.CompactTextString(m) } func (*CompanyPackageListReply) ProtoMessage() {} func (*CompanyPackageListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{97} } func (m *CompanyPackageListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompanyPackageListReply.Unmarshal(m, b) } func (m *CompanyPackageListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CompanyPackageListReply.Marshal(b, m, deterministic) } func (m *CompanyPackageListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CompanyPackageListReply.Merge(m, src) } func (m *CompanyPackageListReply) XXX_Size() int { return xxx_messageInfo_CompanyPackageListReply.Size(m) } func (m *CompanyPackageListReply) XXX_DiscardUnknown() { xxx_messageInfo_CompanyPackageListReply.DiscardUnknown(m) } var xxx_messageInfo_CompanyPackageListReply proto.InternalMessageInfo func (m *CompanyPackageListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *CompanyPackageListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *CompanyPackageListReply) GetList() []*CompanyPackageItem { if m != nil { return m.List } return nil } type GardenPermissionListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenPermissionListRequest) Reset() { *m = GardenPermissionListRequest{} } func (m *GardenPermissionListRequest) String() string { return proto.CompactTextString(m) } func (*GardenPermissionListRequest) ProtoMessage() {} func (*GardenPermissionListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{98} } func (m *GardenPermissionListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenPermissionListRequest.Unmarshal(m, b) } func (m *GardenPermissionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenPermissionListRequest.Marshal(b, m, deterministic) } func (m *GardenPermissionListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenPermissionListRequest.Merge(m, src) } func (m *GardenPermissionListRequest) XXX_Size() int { return xxx_messageInfo_GardenPermissionListRequest.Size(m) } func (m *GardenPermissionListRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenPermissionListRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenPermissionListRequest proto.InternalMessageInfo func (m *GardenPermissionListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type PackageOrderAmountRequest struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageOrderAmountRequest) Reset() { *m = PackageOrderAmountRequest{} } func (m *PackageOrderAmountRequest) String() string { return proto.CompactTextString(m) } func (*PackageOrderAmountRequest) ProtoMessage() {} func (*PackageOrderAmountRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{99} } func (m *PackageOrderAmountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageOrderAmountRequest.Unmarshal(m, b) } func (m *PackageOrderAmountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageOrderAmountRequest.Marshal(b, m, deterministic) } func (m *PackageOrderAmountRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageOrderAmountRequest.Merge(m, src) } func (m *PackageOrderAmountRequest) XXX_Size() int { return xxx_messageInfo_PackageOrderAmountRequest.Size(m) } func (m *PackageOrderAmountRequest) XXX_DiscardUnknown() { xxx_messageInfo_PackageOrderAmountRequest.DiscardUnknown(m) } var xxx_messageInfo_PackageOrderAmountRequest proto.InternalMessageInfo func (m *PackageOrderAmountRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *PackageOrderAmountRequest) GetAmount() int64 { if m != nil { return m.Amount } return 0 } type PackageOrderAmountReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageOrderAmountReply) Reset() { *m = PackageOrderAmountReply{} } func (m *PackageOrderAmountReply) String() string { return proto.CompactTextString(m) } func (*PackageOrderAmountReply) ProtoMessage() {} func (*PackageOrderAmountReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{100} } func (m *PackageOrderAmountReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageOrderAmountReply.Unmarshal(m, b) } func (m *PackageOrderAmountReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageOrderAmountReply.Marshal(b, m, deterministic) } func (m *PackageOrderAmountReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageOrderAmountReply.Merge(m, src) } func (m *PackageOrderAmountReply) XXX_Size() int { return xxx_messageInfo_PackageOrderAmountReply.Size(m) } func (m *PackageOrderAmountReply) XXX_DiscardUnknown() { xxx_messageInfo_PackageOrderAmountReply.DiscardUnknown(m) } var xxx_messageInfo_PackageOrderAmountReply proto.InternalMessageInfo type ApplicationOrderAmountRequest struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationOrderAmountRequest) Reset() { *m = ApplicationOrderAmountRequest{} } func (m *ApplicationOrderAmountRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationOrderAmountRequest) ProtoMessage() {} func (*ApplicationOrderAmountRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{101} } func (m *ApplicationOrderAmountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOrderAmountRequest.Unmarshal(m, b) } func (m *ApplicationOrderAmountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationOrderAmountRequest.Marshal(b, m, deterministic) } func (m *ApplicationOrderAmountRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationOrderAmountRequest.Merge(m, src) } func (m *ApplicationOrderAmountRequest) XXX_Size() int { return xxx_messageInfo_ApplicationOrderAmountRequest.Size(m) } func (m *ApplicationOrderAmountRequest) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationOrderAmountRequest.DiscardUnknown(m) } var xxx_messageInfo_ApplicationOrderAmountRequest proto.InternalMessageInfo func (m *ApplicationOrderAmountRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *ApplicationOrderAmountRequest) GetAmount() int64 { if m != nil { return m.Amount } return 0 } type ApplicationOrderAmountReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationOrderAmountReply) Reset() { *m = ApplicationOrderAmountReply{} } func (m *ApplicationOrderAmountReply) String() string { return proto.CompactTextString(m) } func (*ApplicationOrderAmountReply) ProtoMessage() {} func (*ApplicationOrderAmountReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{102} } func (m *ApplicationOrderAmountReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationOrderAmountReply.Unmarshal(m, b) } func (m *ApplicationOrderAmountReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationOrderAmountReply.Marshal(b, m, deterministic) } func (m *ApplicationOrderAmountReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationOrderAmountReply.Merge(m, src) } func (m *ApplicationOrderAmountReply) XXX_Size() int { return xxx_messageInfo_ApplicationOrderAmountReply.Size(m) } func (m *ApplicationOrderAmountReply) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationOrderAmountReply.DiscardUnknown(m) } var xxx_messageInfo_ApplicationOrderAmountReply proto.InternalMessageInfo type GardenPermissionItem struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 组件路径 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 小程序组件路径 AppletePath string `protobuf:"bytes,4,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` // 1 已发布 2 未发布 Enable int32 `protobuf:"varint,7,opt,name=enable,proto3" json:"enable"` CreatedAt int64 `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at"` EnableAt int64 `protobuf:"varint,9,opt,name=enable_at,json=enableAt,proto3" json:"enable_at"` Level int64 `protobuf:"varint,10,opt,name=level,proto3" json:"level"` Childs []*GardenPermissionItem `protobuf:"bytes,11,rep,name=childs,proto3" json:"childs"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenPermissionItem) Reset() { *m = GardenPermissionItem{} } func (m *GardenPermissionItem) String() string { return proto.CompactTextString(m) } func (*GardenPermissionItem) ProtoMessage() {} func (*GardenPermissionItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{103} } func (m *GardenPermissionItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenPermissionItem.Unmarshal(m, b) } func (m *GardenPermissionItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenPermissionItem.Marshal(b, m, deterministic) } func (m *GardenPermissionItem) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenPermissionItem.Merge(m, src) } func (m *GardenPermissionItem) XXX_Size() int { return xxx_messageInfo_GardenPermissionItem.Size(m) } func (m *GardenPermissionItem) XXX_DiscardUnknown() { xxx_messageInfo_GardenPermissionItem.DiscardUnknown(m) } var xxx_messageInfo_GardenPermissionItem proto.InternalMessageInfo func (m *GardenPermissionItem) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *GardenPermissionItem) GetPath() string { if m != nil { return m.Path } return "" } func (m *GardenPermissionItem) GetName() string { if m != nil { return m.Name } return "" } func (m *GardenPermissionItem) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *GardenPermissionItem) GetRouter() string { if m != nil { return m.Router } return "" } func (m *GardenPermissionItem) GetCode() string { if m != nil { return m.Code } return "" } func (m *GardenPermissionItem) GetEnable() int32 { if m != nil { return m.Enable } return 0 } func (m *GardenPermissionItem) GetCreatedAt() int64 { if m != nil { return m.CreatedAt } return 0 } func (m *GardenPermissionItem) GetEnableAt() int64 { if m != nil { return m.EnableAt } return 0 } func (m *GardenPermissionItem) GetLevel() int64 { if m != nil { return m.Level } return 0 } func (m *GardenPermissionItem) GetChilds() []*GardenPermissionItem { if m != nil { return m.Childs } return nil } type GardenPermissionListReply struct { List []*GardenPermissionItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenPermissionListReply) Reset() { *m = GardenPermissionListReply{} } func (m *GardenPermissionListReply) String() string { return proto.CompactTextString(m) } func (*GardenPermissionListReply) ProtoMessage() {} func (*GardenPermissionListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{104} } func (m *GardenPermissionListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenPermissionListReply.Unmarshal(m, b) } func (m *GardenPermissionListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenPermissionListReply.Marshal(b, m, deterministic) } func (m *GardenPermissionListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenPermissionListReply.Merge(m, src) } func (m *GardenPermissionListReply) XXX_Size() int { return xxx_messageInfo_GardenPermissionListReply.Size(m) } func (m *GardenPermissionListReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenPermissionListReply.DiscardUnknown(m) } var xxx_messageInfo_GardenPermissionListReply proto.InternalMessageInfo func (m *GardenPermissionListReply) GetList() []*GardenPermissionItem { if m != nil { return m.List } return nil } type GardenHouseCountLimitRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseCountLimitRequest) Reset() { *m = GardenHouseCountLimitRequest{} } func (m *GardenHouseCountLimitRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseCountLimitRequest) ProtoMessage() {} func (*GardenHouseCountLimitRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{105} } func (m *GardenHouseCountLimitRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseCountLimitRequest.Unmarshal(m, b) } func (m *GardenHouseCountLimitRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseCountLimitRequest.Marshal(b, m, deterministic) } func (m *GardenHouseCountLimitRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseCountLimitRequest.Merge(m, src) } func (m *GardenHouseCountLimitRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseCountLimitRequest.Size(m) } func (m *GardenHouseCountLimitRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseCountLimitRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseCountLimitRequest proto.InternalMessageInfo func (m *GardenHouseCountLimitRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } type GardenHouseCountLimitReply struct { HouseCount int64 `protobuf:"varint,1,opt,name=house_count,json=houseCount,proto3" json:"house_count"` HouseCountLimit int64 `protobuf:"varint,2,opt,name=house_count_limit,json=houseCountLimit,proto3" json:"house_count_limit"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseCountLimitReply) Reset() { *m = GardenHouseCountLimitReply{} } func (m *GardenHouseCountLimitReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseCountLimitReply) ProtoMessage() {} func (*GardenHouseCountLimitReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{106} } func (m *GardenHouseCountLimitReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseCountLimitReply.Unmarshal(m, b) } func (m *GardenHouseCountLimitReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseCountLimitReply.Marshal(b, m, deterministic) } func (m *GardenHouseCountLimitReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseCountLimitReply.Merge(m, src) } func (m *GardenHouseCountLimitReply) XXX_Size() int { return xxx_messageInfo_GardenHouseCountLimitReply.Size(m) } func (m *GardenHouseCountLimitReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseCountLimitReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseCountLimitReply proto.InternalMessageInfo func (m *GardenHouseCountLimitReply) GetHouseCount() int64 { if m != nil { return m.HouseCount } return 0 } func (m *GardenHouseCountLimitReply) GetHouseCountLimit() int64 { if m != nil { return m.HouseCountLimit } return 0 } type GardenHouseCountChangeRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseCountChangeRequest) Reset() { *m = GardenHouseCountChangeRequest{} } func (m *GardenHouseCountChangeRequest) String() string { return proto.CompactTextString(m) } func (*GardenHouseCountChangeRequest) ProtoMessage() {} func (*GardenHouseCountChangeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{107} } func (m *GardenHouseCountChangeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseCountChangeRequest.Unmarshal(m, b) } func (m *GardenHouseCountChangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseCountChangeRequest.Marshal(b, m, deterministic) } func (m *GardenHouseCountChangeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseCountChangeRequest.Merge(m, src) } func (m *GardenHouseCountChangeRequest) XXX_Size() int { return xxx_messageInfo_GardenHouseCountChangeRequest.Size(m) } func (m *GardenHouseCountChangeRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseCountChangeRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseCountChangeRequest proto.InternalMessageInfo func (m *GardenHouseCountChangeRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenHouseCountChangeRequest) GetCount() int64 { if m != nil { return m.Count } return 0 } type GardenHouseCountChangeReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenHouseCountChangeReply) Reset() { *m = GardenHouseCountChangeReply{} } func (m *GardenHouseCountChangeReply) String() string { return proto.CompactTextString(m) } func (*GardenHouseCountChangeReply) ProtoMessage() {} func (*GardenHouseCountChangeReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{108} } func (m *GardenHouseCountChangeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenHouseCountChangeReply.Unmarshal(m, b) } func (m *GardenHouseCountChangeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenHouseCountChangeReply.Marshal(b, m, deterministic) } func (m *GardenHouseCountChangeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenHouseCountChangeReply.Merge(m, src) } func (m *GardenHouseCountChangeReply) XXX_Size() int { return xxx_messageInfo_GardenHouseCountChangeReply.Size(m) } func (m *GardenHouseCountChangeReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenHouseCountChangeReply.DiscardUnknown(m) } var xxx_messageInfo_GardenHouseCountChangeReply proto.InternalMessageInfo type GardenEnableSetRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Enable bool `protobuf:"varint,2,opt,name=enable,proto3" json:"enable"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenEnableSetRequest) Reset() { *m = GardenEnableSetRequest{} } func (m *GardenEnableSetRequest) String() string { return proto.CompactTextString(m) } func (*GardenEnableSetRequest) ProtoMessage() {} func (*GardenEnableSetRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{109} } func (m *GardenEnableSetRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenEnableSetRequest.Unmarshal(m, b) } func (m *GardenEnableSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenEnableSetRequest.Marshal(b, m, deterministic) } func (m *GardenEnableSetRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenEnableSetRequest.Merge(m, src) } func (m *GardenEnableSetRequest) XXX_Size() int { return xxx_messageInfo_GardenEnableSetRequest.Size(m) } func (m *GardenEnableSetRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenEnableSetRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenEnableSetRequest proto.InternalMessageInfo func (m *GardenEnableSetRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenEnableSetRequest) GetEnable() bool { if m != nil { return m.Enable } return false } type GardenEnableSetReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenEnableSetReply) Reset() { *m = GardenEnableSetReply{} } func (m *GardenEnableSetReply) String() string { return proto.CompactTextString(m) } func (*GardenEnableSetReply) ProtoMessage() {} func (*GardenEnableSetReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{110} } func (m *GardenEnableSetReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenEnableSetReply.Unmarshal(m, b) } func (m *GardenEnableSetReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenEnableSetReply.Marshal(b, m, deterministic) } func (m *GardenEnableSetReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenEnableSetReply.Merge(m, src) } func (m *GardenEnableSetReply) XXX_Size() int { return xxx_messageInfo_GardenEnableSetReply.Size(m) } func (m *GardenEnableSetReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenEnableSetReply.DiscardUnknown(m) } var xxx_messageInfo_GardenEnableSetReply proto.InternalMessageInfo // 短信套餐相关 type MsgPackageOrderAddRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` PackageId int64 `protobuf:"varint,2,opt,name=package_id,json=packageId,proto3" json:"package_id"` Amount int64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount"` PackageCount int64 `protobuf:"varint,4,opt,name=package_count,json=packageCount,proto3" json:"package_count"` Cid int64 `protobuf:"varint,5,opt,name=cid,proto3" json:"cid"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderAddRequest) Reset() { *m = MsgPackageOrderAddRequest{} } func (m *MsgPackageOrderAddRequest) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderAddRequest) ProtoMessage() {} func (*MsgPackageOrderAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{111} } func (m *MsgPackageOrderAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderAddRequest.Unmarshal(m, b) } func (m *MsgPackageOrderAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderAddRequest.Marshal(b, m, deterministic) } func (m *MsgPackageOrderAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderAddRequest.Merge(m, src) } func (m *MsgPackageOrderAddRequest) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderAddRequest.Size(m) } func (m *MsgPackageOrderAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderAddRequest.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderAddRequest proto.InternalMessageInfo func (m *MsgPackageOrderAddRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *MsgPackageOrderAddRequest) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } func (m *MsgPackageOrderAddRequest) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *MsgPackageOrderAddRequest) GetPackageCount() int64 { if m != nil { return m.PackageCount } return 0 } func (m *MsgPackageOrderAddRequest) GetCid() int64 { if m != nil { return m.Cid } return 0 } type MsgPackageOrderAddReply struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` PackageName string `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name"` // 购买个数 PackageCount int64 `protobuf:"varint,3,opt,name=package_count,json=packageCount,proto3" json:"package_count"` GardenCount int64 `protobuf:"varint,4,opt,name=garden_count,json=gardenCount,proto3" json:"garden_count"` // 支付方式 1 对公转账 PayType int32 `protobuf:"varint,5,opt,name=pay_type,json=payType,proto3" json:"pay_type"` // 订单金额 Amount int64 `protobuf:"varint,6,opt,name=amount,proto3" json:"amount"` // 开户行 BankName string `protobuf:"bytes,7,opt,name=bank_name,json=bankName,proto3" json:"bank_name"` // 银行账号 BankAccount string `protobuf:"bytes,8,opt,name=bank_account,json=bankAccount,proto3" json:"bank_account"` // 户名 BankUserName string `protobuf:"bytes,9,opt,name=bank_user_name,json=bankUserName,proto3" json:"bank_user_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderAddReply) Reset() { *m = MsgPackageOrderAddReply{} } func (m *MsgPackageOrderAddReply) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderAddReply) ProtoMessage() {} func (*MsgPackageOrderAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{112} } func (m *MsgPackageOrderAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderAddReply.Unmarshal(m, b) } func (m *MsgPackageOrderAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderAddReply.Marshal(b, m, deterministic) } func (m *MsgPackageOrderAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderAddReply.Merge(m, src) } func (m *MsgPackageOrderAddReply) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderAddReply.Size(m) } func (m *MsgPackageOrderAddReply) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderAddReply.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderAddReply proto.InternalMessageInfo func (m *MsgPackageOrderAddReply) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *MsgPackageOrderAddReply) GetPackageName() string { if m != nil { return m.PackageName } return "" } func (m *MsgPackageOrderAddReply) GetPackageCount() int64 { if m != nil { return m.PackageCount } return 0 } func (m *MsgPackageOrderAddReply) GetGardenCount() int64 { if m != nil { return m.GardenCount } return 0 } func (m *MsgPackageOrderAddReply) GetPayType() int32 { if m != nil { return m.PayType } return 0 } func (m *MsgPackageOrderAddReply) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *MsgPackageOrderAddReply) GetBankName() string { if m != nil { return m.BankName } return "" } func (m *MsgPackageOrderAddReply) GetBankAccount() string { if m != nil { return m.BankAccount } return "" } func (m *MsgPackageOrderAddReply) GetBankUserName() string { if m != nil { return m.BankUserName } return "" } type MsgPackageOrderApproveRequest struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` Status bool `protobuf:"varint,2,opt,name=status,proto3" json:"status"` Feedback string `protobuf:"bytes,3,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderApproveRequest) Reset() { *m = MsgPackageOrderApproveRequest{} } func (m *MsgPackageOrderApproveRequest) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderApproveRequest) ProtoMessage() {} func (*MsgPackageOrderApproveRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{113} } func (m *MsgPackageOrderApproveRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderApproveRequest.Unmarshal(m, b) } func (m *MsgPackageOrderApproveRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderApproveRequest.Marshal(b, m, deterministic) } func (m *MsgPackageOrderApproveRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderApproveRequest.Merge(m, src) } func (m *MsgPackageOrderApproveRequest) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderApproveRequest.Size(m) } func (m *MsgPackageOrderApproveRequest) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderApproveRequest.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderApproveRequest proto.InternalMessageInfo func (m *MsgPackageOrderApproveRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *MsgPackageOrderApproveRequest) GetStatus() bool { if m != nil { return m.Status } return false } func (m *MsgPackageOrderApproveRequest) GetFeedback() string { if m != nil { return m.Feedback } return "" } type MsgPackageOrderApproveReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderApproveReply) Reset() { *m = MsgPackageOrderApproveReply{} } func (m *MsgPackageOrderApproveReply) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderApproveReply) ProtoMessage() {} func (*MsgPackageOrderApproveReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{114} } func (m *MsgPackageOrderApproveReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderApproveReply.Unmarshal(m, b) } func (m *MsgPackageOrderApproveReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderApproveReply.Marshal(b, m, deterministic) } func (m *MsgPackageOrderApproveReply) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderApproveReply.Merge(m, src) } func (m *MsgPackageOrderApproveReply) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderApproveReply.Size(m) } func (m *MsgPackageOrderApproveReply) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderApproveReply.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderApproveReply proto.InternalMessageInfo type MsgPackageOrderListRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Management bool `protobuf:"varint,2,opt,name=management,proto3" json:"management"` Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Available bool `protobuf:"varint,5,opt,name=available,proto3" json:"available"` Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderListRequest) Reset() { *m = MsgPackageOrderListRequest{} } func (m *MsgPackageOrderListRequest) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderListRequest) ProtoMessage() {} func (*MsgPackageOrderListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{115} } func (m *MsgPackageOrderListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderListRequest.Unmarshal(m, b) } func (m *MsgPackageOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderListRequest.Marshal(b, m, deterministic) } func (m *MsgPackageOrderListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderListRequest.Merge(m, src) } func (m *MsgPackageOrderListRequest) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderListRequest.Size(m) } func (m *MsgPackageOrderListRequest) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderListRequest.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderListRequest proto.InternalMessageInfo func (m *MsgPackageOrderListRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *MsgPackageOrderListRequest) GetManagement() bool { if m != nil { return m.Management } return false } func (m *MsgPackageOrderListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *MsgPackageOrderListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *MsgPackageOrderListRequest) GetAvailable() bool { if m != nil { return m.Available } return false } func (m *MsgPackageOrderListRequest) GetStatus() int64 { if m != nil { return m.Status } return 0 } type MsgPackageOrderItem struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment"` // 套餐短信条数 MsgCount int64 `protobuf:"varint,4,opt,name=msg_count,json=msgCount,proto3" json:"msg_count"` // 订单套餐短信总条数 MsgTotalCount int64 `protobuf:"varint,5,opt,name=msg_total_count,json=msgTotalCount,proto3" json:"msg_total_count"` // 订单套餐短信剩余条数 MsgAvailableCount int64 `protobuf:"varint,6,opt,name=msg_available_count,json=msgAvailableCount,proto3" json:"msg_available_count"` PackageId int64 `protobuf:"varint,7,opt,name=package_id,json=packageId,proto3" json:"package_id"` // 订单包含的套餐个数 PackageCount int64 `protobuf:"varint,8,opt,name=package_count,json=packageCount,proto3" json:"package_count"` CreatedAt int64 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at"` // 套餐单价 Price int64 `protobuf:"varint,10,opt,name=price,proto3" json:"price"` // 订单总价 Amount int64 `protobuf:"varint,11,opt,name=amount,proto3" json:"amount"` // 1 待审核 2 通过 3 未通过 Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status"` GardenName string `protobuf:"bytes,13,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"` GardenId int64 `protobuf:"varint,14,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Feedback string `protobuf:"bytes,15,opt,name=feedback,proto3" json:"feedback"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderItem) Reset() { *m = MsgPackageOrderItem{} } func (m *MsgPackageOrderItem) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderItem) ProtoMessage() {} func (*MsgPackageOrderItem) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{116} } func (m *MsgPackageOrderItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderItem.Unmarshal(m, b) } func (m *MsgPackageOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderItem.Marshal(b, m, deterministic) } func (m *MsgPackageOrderItem) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderItem.Merge(m, src) } func (m *MsgPackageOrderItem) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderItem.Size(m) } func (m *MsgPackageOrderItem) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderItem.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderItem proto.InternalMessageInfo func (m *MsgPackageOrderItem) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *MsgPackageOrderItem) GetName() string { if m != nil { return m.Name } return "" } func (m *MsgPackageOrderItem) GetComment() string { if m != nil { return m.Comment } return "" } func (m *MsgPackageOrderItem) GetMsgCount() int64 { if m != nil { return m.MsgCount } return 0 } func (m *MsgPackageOrderItem) GetMsgTotalCount() int64 { if m != nil { return m.MsgTotalCount } return 0 } func (m *MsgPackageOrderItem) GetMsgAvailableCount() int64 { if m != nil { return m.MsgAvailableCount } return 0 } func (m *MsgPackageOrderItem) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } func (m *MsgPackageOrderItem) GetPackageCount() int64 { if m != nil { return m.PackageCount } return 0 } func (m *MsgPackageOrderItem) GetCreatedAt() int64 { if m != nil { return m.CreatedAt } return 0 } func (m *MsgPackageOrderItem) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *MsgPackageOrderItem) GetAmount() int64 { if m != nil { return m.Amount } return 0 } func (m *MsgPackageOrderItem) GetStatus() int32 { if m != nil { return m.Status } return 0 } func (m *MsgPackageOrderItem) GetGardenName() string { if m != nil { return m.GardenName } return "" } func (m *MsgPackageOrderItem) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *MsgPackageOrderItem) GetFeedback() string { if m != nil { return m.Feedback } return "" } type MsgPackageOrderListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*MsgPackageOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderListReply) Reset() { *m = MsgPackageOrderListReply{} } func (m *MsgPackageOrderListReply) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderListReply) ProtoMessage() {} func (*MsgPackageOrderListReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{117} } func (m *MsgPackageOrderListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderListReply.Unmarshal(m, b) } func (m *MsgPackageOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderListReply.Marshal(b, m, deterministic) } func (m *MsgPackageOrderListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderListReply.Merge(m, src) } func (m *MsgPackageOrderListReply) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderListReply.Size(m) } func (m *MsgPackageOrderListReply) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderListReply.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderListReply proto.InternalMessageInfo func (m *MsgPackageOrderListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *MsgPackageOrderListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *MsgPackageOrderListReply) GetList() []*MsgPackageOrderItem { if m != nil { return m.List } return nil } func init() { proto.RegisterType((*GardenInfosRequest)(nil), "pb_v1.GardenInfosRequest") proto.RegisterType((*GardenItem)(nil), "pb_v1.GardenItem") proto.RegisterType((*GardenInfosReply)(nil), "pb_v1.GardenInfosReply") proto.RegisterType((*GardenIdInfo)(nil), "pb_v1.GardenIdInfo") proto.RegisterType((*GardenIdsRequest)(nil), "pb_v1.GardenIdsRequest") proto.RegisterType((*GardenIdsReply)(nil), "pb_v1.GardenIdsReply") proto.RegisterType((*GardenAddRequest)(nil), "pb_v1.GardenAddRequest") proto.RegisterType((*GardenAddReply)(nil), "pb_v1.GardenAddReply") proto.RegisterType((*GardenListRequest)(nil), "pb_v1.GardenListRequest") proto.RegisterType((*GardenListReply)(nil), "pb_v1.GardenListReply") proto.RegisterType((*GardenUpdateRequest)(nil), "pb_v1.GardenUpdateRequest") proto.RegisterType((*GardenUpdateReply)(nil), "pb_v1.GardenUpdateReply") proto.RegisterType((*GardenKeyInfoChangeRequest)(nil), "pb_v1.GardenKeyInfoChangeRequest") proto.RegisterType((*GardenKeyInfoChangeReply)(nil), "pb_v1.GardenKeyInfoChangeReply") proto.RegisterType((*GardenKeyInfoChangeListRequest)(nil), "pb_v1.GardenKeyInfoChangeListRequest") proto.RegisterType((*GardenKeyInfoData)(nil), "pb_v1.GardenKeyInfoData") proto.RegisterType((*GardenKeyInfoItem)(nil), "pb_v1.GardenKeyInfoItem") proto.RegisterType((*GardenKeyInfoChangeListReply)(nil), "pb_v1.GardenKeyInfoChangeListReply") proto.RegisterType((*GardenKeyInfoApproveRequest)(nil), "pb_v1.GardenKeyInfoApproveRequest") proto.RegisterType((*GardenKeyInfoApproveReply)(nil), "pb_v1.GardenKeyInfoApproveReply") proto.RegisterType((*GardenApproveRequest)(nil), "pb_v1.GardenApproveRequest") proto.RegisterType((*GardenApproveReply)(nil), "pb_v1.GardenApproveReply") proto.RegisterType((*GardenDelRequest)(nil), "pb_v1.GardenDelRequest") proto.RegisterType((*GardenDelReply)(nil), "pb_v1.GardenDelReply") proto.RegisterType((*GardenChangeCompanyRequest)(nil), "pb_v1.GardenChangeCompanyRequest") proto.RegisterType((*GardenChangeCompanyReply)(nil), "pb_v1.GardenChangeCompanyReply") proto.RegisterType((*SystemGroupPermissionData)(nil), "pb_v1.SystemGroupPermissionData") proto.RegisterType((*LoginRequest)(nil), "pb_v1.LoginRequest") proto.RegisterType((*LoginReply)(nil), "pb_v1.LoginReply") proto.RegisterType((*LoginByPhoneRequest)(nil), "pb_v1.LoginByPhoneRequest") proto.RegisterType((*LoginByPhoneReply)(nil), "pb_v1.LoginByPhoneReply") proto.RegisterType((*CheckPhoneRequest)(nil), "pb_v1.CheckPhoneRequest") proto.RegisterType((*CheckPhoneReply)(nil), "pb_v1.CheckPhoneReply") proto.RegisterType((*UserAddRequest)(nil), "pb_v1.UserAddRequest") proto.RegisterType((*UserAddReply)(nil), "pb_v1.UserAddReply") proto.RegisterType((*UserUpdateRequest)(nil), "pb_v1.UserUpdateRequest") proto.RegisterType((*UserUpdateReply)(nil), "pb_v1.UserUpdateReply") proto.RegisterType((*UserDelRequest)(nil), "pb_v1.UserDelRequest") proto.RegisterType((*UserDelReply)(nil), "pb_v1.UserDelReply") proto.RegisterType((*UserListRequest)(nil), "pb_v1.UserListRequest") proto.RegisterType((*UserItem)(nil), "pb_v1.UserItem") proto.RegisterType((*UserListReply)(nil), "pb_v1.UserListReply") proto.RegisterType((*SuperGroupRequest)(nil), "pb_v1.SuperGroupRequest") proto.RegisterType((*SuperGroupReply)(nil), "pb_v1.SuperGroupReply") proto.RegisterType((*UserGardenChangeRequest)(nil), "pb_v1.UserGardenChangeRequest") proto.RegisterType((*UserGardenChangeReply)(nil), "pb_v1.UserGardenChangeReply") proto.RegisterType((*GroupAddRequest)(nil), "pb_v1.GroupAddRequest") proto.RegisterType((*GroupAddReply)(nil), "pb_v1.GroupAddReply") proto.RegisterType((*GroupUpdateRequest)(nil), "pb_v1.GroupUpdateRequest") proto.RegisterType((*GroupUpdateReply)(nil), "pb_v1.GroupUpdateReply") proto.RegisterType((*GroupDelRequest)(nil), "pb_v1.GroupDelRequest") proto.RegisterType((*GroupDelReply)(nil), "pb_v1.GroupDelReply") proto.RegisterType((*GroupItem)(nil), "pb_v1.GroupItem") proto.RegisterType((*GroupListRequest)(nil), "pb_v1.GroupListRequest") proto.RegisterType((*GroupListReply)(nil), "pb_v1.GroupListReply") proto.RegisterType((*GroupInfoRequest)(nil), "pb_v1.GroupInfoRequest") proto.RegisterType((*SystemGroupPermissionItem)(nil), "pb_v1.SystemGroupPermissionItem") proto.RegisterType((*GroupInfoReply)(nil), "pb_v1.GroupInfoReply") proto.RegisterType((*ResetPasswordRequest)(nil), "pb_v1.ResetPasswordRequest") proto.RegisterType((*ResetPasswordData)(nil), "pb_v1.ResetPasswordData") proto.RegisterType((*ResetPasswordReply)(nil), "pb_v1.ResetPasswordReply") proto.RegisterType((*ChangePasswordRequest)(nil), "pb_v1.ChangePasswordRequest") proto.RegisterType((*ChangePasswordReply)(nil), "pb_v1.ChangePasswordReply") proto.RegisterType((*DepartmentAddRequest)(nil), "pb_v1.DepartmentAddRequest") proto.RegisterType((*DepartmentAddReply)(nil), "pb_v1.DepartmentAddReply") proto.RegisterType((*DepartmentUpdateRequest)(nil), "pb_v1.DepartmentUpdateRequest") proto.RegisterType((*DepartmentUpdateReply)(nil), "pb_v1.DepartmentUpdateReply") proto.RegisterType((*DepartmentDelRequest)(nil), "pb_v1.DepartmentDelRequest") proto.RegisterType((*DepartmentDelReply)(nil), "pb_v1.DepartmentDelReply") proto.RegisterType((*DepartmentItem)(nil), "pb_v1.DepartmentItem") proto.RegisterType((*DepartmentListRequest)(nil), "pb_v1.DepartmentListRequest") proto.RegisterType((*DepartmentListReply)(nil), "pb_v1.DepartmentListReply") proto.RegisterType((*CompanyEnterGardenRequest)(nil), "pb_v1.CompanyEnterGardenRequest") proto.RegisterType((*CompanyEnterGardenReply)(nil), "pb_v1.CompanyEnterGardenReply") proto.RegisterType((*GardenSetMchRequest)(nil), "pb_v1.GardenSetMchRequest") proto.RegisterType((*GardenSetMchReply)(nil), "pb_v1.GardenSetMchReply") proto.RegisterType((*GardenSetMchPayModeRequest)(nil), "pb_v1.GardenSetMchPayModeRequest") proto.RegisterType((*GardenSetMchPayModeReply)(nil), "pb_v1.GardenSetMchPayModeReply") proto.RegisterType((*CompanyMchGardenListRequest)(nil), "pb_v1.CompanyMchGardenListRequest") proto.RegisterType((*CompanyMchGardenItem)(nil), "pb_v1.CompanyMchGardenItem") proto.RegisterType((*CompanyMchGardenListReply)(nil), "pb_v1.CompanyMchGardenListReply") proto.RegisterType((*PermissionRegetRequest)(nil), "pb_v1.PermissionRegetRequest") proto.RegisterType((*PermissionRegetReply)(nil), "pb_v1.PermissionRegetReply") proto.RegisterType((*ApplicationOrderAddRequest)(nil), "pb_v1.ApplicationOrderAddRequest") proto.RegisterType((*ApplicationOrderAddReply)(nil), "pb_v1.ApplicationOrderAddReply") proto.RegisterType((*ApplicationOrderApproveRequest)(nil), "pb_v1.ApplicationOrderApproveRequest") proto.RegisterType((*ApplicationOrderApproveReply)(nil), "pb_v1.ApplicationOrderApproveReply") proto.RegisterType((*GardenApplicationListRequest)(nil), "pb_v1.GardenApplicationListRequest") proto.RegisterType((*GardenApplicationItem)(nil), "pb_v1.GardenApplicationItem") proto.RegisterType((*GardenApplicationListReply)(nil), "pb_v1.GardenApplicationListReply") proto.RegisterType((*PackageOrderAddRequest)(nil), "pb_v1.PackageOrderAddRequest") proto.RegisterType((*PackageOrderAddReply)(nil), "pb_v1.PackageOrderAddReply") proto.RegisterType((*PackageOrderApproveRequest)(nil), "pb_v1.PackageOrderApproveRequest") proto.RegisterType((*PackageOrderApproveReply)(nil), "pb_v1.PackageOrderApproveReply") proto.RegisterType((*CompanyPackageListRequest)(nil), "pb_v1.CompanyPackageListRequest") proto.RegisterType((*CompanyPackageApplicationItem)(nil), "pb_v1.CompanyPackageApplicationItem") proto.RegisterType((*CompanyPackageItem)(nil), "pb_v1.CompanyPackageItem") proto.RegisterType((*CompanyPackageListReply)(nil), "pb_v1.CompanyPackageListReply") proto.RegisterType((*GardenPermissionListRequest)(nil), "pb_v1.GardenPermissionListRequest") proto.RegisterType((*PackageOrderAmountRequest)(nil), "pb_v1.PackageOrderAmountRequest") proto.RegisterType((*PackageOrderAmountReply)(nil), "pb_v1.PackageOrderAmountReply") proto.RegisterType((*ApplicationOrderAmountRequest)(nil), "pb_v1.ApplicationOrderAmountRequest") proto.RegisterType((*ApplicationOrderAmountReply)(nil), "pb_v1.ApplicationOrderAmountReply") proto.RegisterType((*GardenPermissionItem)(nil), "pb_v1.GardenPermissionItem") proto.RegisterType((*GardenPermissionListReply)(nil), "pb_v1.GardenPermissionListReply") proto.RegisterType((*GardenHouseCountLimitRequest)(nil), "pb_v1.GardenHouseCountLimitRequest") proto.RegisterType((*GardenHouseCountLimitReply)(nil), "pb_v1.GardenHouseCountLimitReply") proto.RegisterType((*GardenHouseCountChangeRequest)(nil), "pb_v1.GardenHouseCountChangeRequest") proto.RegisterType((*GardenHouseCountChangeReply)(nil), "pb_v1.GardenHouseCountChangeReply") proto.RegisterType((*GardenEnableSetRequest)(nil), "pb_v1.GardenEnableSetRequest") proto.RegisterType((*GardenEnableSetReply)(nil), "pb_v1.GardenEnableSetReply") proto.RegisterType((*MsgPackageOrderAddRequest)(nil), "pb_v1.MsgPackageOrderAddRequest") proto.RegisterType((*MsgPackageOrderAddReply)(nil), "pb_v1.MsgPackageOrderAddReply") proto.RegisterType((*MsgPackageOrderApproveRequest)(nil), "pb_v1.MsgPackageOrderApproveRequest") proto.RegisterType((*MsgPackageOrderApproveReply)(nil), "pb_v1.MsgPackageOrderApproveReply") proto.RegisterType((*MsgPackageOrderListRequest)(nil), "pb_v1.MsgPackageOrderListRequest") proto.RegisterType((*MsgPackageOrderItem)(nil), "pb_v1.MsgPackageOrderItem") proto.RegisterType((*MsgPackageOrderListReply)(nil), "pb_v1.MsgPackageOrderListReply") } func init() { proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47) } var fileDescriptor_86a7260ebdc12f47 = []byte{ // 4229 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5c, 0xcd, 0x6f, 0xdc, 0x48, 0x76, 0x07, 0x9b, 0xdd, 0xea, 0xee, 0xd7, 0xdd, 0x6a, 0x89, 0x6a, 0xc9, 0x94, 0x64, 0xd9, 0x12, 0xed, 0x99, 0xb1, 0x27, 0x1e, 0xcf, 0xc7, 0x0e, 0x16, 0xd9, 0xcd, 0x25, 0xb2, 0x3d, 0x3b, 0x71, 0xd6, 0x9e, 0x11, 0xda, 0xe3, 0x04, 0xd8, 0x00, 0xe9, 0x50, 0x64, 0xa9, 0xc5, 0xb8, 0x9b, 0x64, 0x48, 0x4a, 0x1e, 0x6d, 0x72, 0x08, 0x36, 0x8b, 0x00, 0xb9, 0xec, 0x39, 0xc7, 0x1c, 0x82, 0x64, 0x81, 0x04, 0xb9, 0x24, 0x87, 0x20, 0xc8, 0x21, 0x08, 0x02, 0xe4, 0x18, 0xe4, 0x92, 0xfc, 0x29, 0x01, 0xf6, 0x10, 0x04, 0xf5, 0xaa, 0x8a, 0xac, 0x2a, 0x92, 0xad, 0x0f, 0x7b, 0x8d, 0x18, 0xf0, 0x49, 0xac, 0xc7, 0xc7, 0xaa, 0x57, 0xef, 0xbd, 0xfa, 0xbd, 0xf7, 0xaa, 0xaa, 0x05, 0xfd, 0xf4, 0x2c, 0xcd, 0xc8, 0xfc, 0x7e, 0x9c, 0x44, 0x59, 0x64, 0xb5, 0xe2, 0xc3, 0xc9, 0xe9, 0xa7, 0xce, 0xfb, 0x60, 0x7d, 0xe9, 0x26, 0x3e, 0x09, 0x1f, 0x87, 0x47, 0x51, 0x3a, 0x26, 0x7f, 0x70, 0x42, 0xd2, 0xcc, 0x5a, 0x01, 0x33, 0xf0, 0x53, 0xdb, 0xd8, 0x35, 0xef, 0x98, 0x63, 0xfa, 0xe8, 0xfc, 0x59, 0x1f, 0x80, 0x33, 0x66, 0x64, 0x4e, 0x19, 0xbc, 0xc0, 0xb7, 0x8d, 0x5d, 0x83, 0x32, 0x78, 0x81, 0x6f, 0x6d, 0x41, 0x27, 0x4e, 0xa2, 0xd3, 0x20, 0xf4, 0x88, 0xdd, 0xd8, 0x35, 0xee, 0x74, 0xc7, 0x79, 0xdb, 0xba, 0x05, 0x03, 0xf1, 0x3c, 0xf1, 0x22, 0x9f, 0xd8, 0x26, 0x32, 0xf4, 0x05, 0xf1, 0x61, 0xe4, 0x13, 0xcb, 0x82, 0xa6, 0x17, 0x64, 0x67, 0x76, 0x13, 0xdf, 0xe1, 0xb3, 0xb5, 0x0d, 0x5d, 0xfa, 0x97, 0x7d, 0xd4, 0x62, 0xbd, 0x52, 0x82, 0xf8, 0xc0, 0x4d, 0x88, 0x6b, 0x2f, 0xb1, 0x0f, 0xe8, 0x33, 0xfd, 0x80, 0xfe, 0x65, 0x1f, 0xb4, 0xd9, 0x07, 0x94, 0x80, 0x1f, 0x6c, 0xc0, 0x52, 0x9a, 0x25, 0x84, 0x64, 0x76, 0x07, 0xdf, 0xf0, 0x96, 0x75, 0x13, 0x7a, 0xec, 0x89, 0x7d, 0xd6, 0xc5, 0x97, 0xc0, 0x48, 0xf8, 0xe1, 0x75, 0xe8, 0x7a, 0xd1, 0x7c, 0x1e, 0x64, 0x19, 0x21, 0x36, 0xe0, 0xeb, 0x82, 0x60, 0xbd, 0x07, 0xcb, 0x79, 0x83, 0xf5, 0xd0, 0x43, 0x96, 0x41, 0x4e, 0xc5, 0x4e, 0x6e, 0x42, 0x6f, 0x8a, 0x0a, 0x9c, 0x84, 0xee, 0x9c, 0xd8, 0x7d, 0x36, 0x0a, 0x23, 0x7d, 0xe5, 0xce, 0x65, 0x06, 0xd7, 0xf7, 0x13, 0x7b, 0x20, 0x33, 0xec, 0xfb, 0x7e, 0x62, 0x7d, 0x00, 0xc3, 0x38, 0x89, 0x62, 0x92, 0x64, 0x67, 0x93, 0x98, 0x24, 0x69, 0x14, 0xda, 0xcb, 0xc8, 0xb4, 0x2c, 0xc8, 0x07, 0x48, 0xa5, 0x12, 0x15, 0x8c, 0xc7, 0x51, 0x48, 0xec, 0x21, 0x93, 0x28, 0xe7, 0xa3, 0x44, 0x6b, 0x19, 0x1a, 0x81, 0x6f, 0xaf, 0xa0, 0x0d, 0x1b, 0x81, 0x6f, 0xed, 0x00, 0x1f, 0x6d, 0x12, 0x07, 0x9e, 0xbd, 0xca, 0xe6, 0xc9, 0x28, 0x07, 0x81, 0x27, 0xc9, 0xe7, 0x93, 0xd4, 0xb3, 0x2d, 0x59, 0xbe, 0x47, 0x24, 0xf5, 0xac, 0x75, 0x58, 0x0a, 0xc2, 0xc9, 0x49, 0x4a, 0xec, 0xb5, 0x5d, 0xe3, 0x4e, 0x67, 0xdc, 0x0a, 0xc2, 0xe7, 0x29, 0xa1, 0xbe, 0x32, 0x0b, 0x33, 0x7b, 0xb4, 0x6b, 0xdc, 0x31, 0xc6, 0xf4, 0x11, 0x29, 0x6e, 0x66, 0xaf, 0x73, 0x8a, 0x9b, 0x51, 0xef, 0x71, 0xe3, 0x98, 0x84, 0x7e, 0xf0, 0xad, 0xbd, 0xb1, 0x6b, 0xa2, 0xd9, 0x78, 0x9b, 0x99, 0xcd, 0xcd, 0x4e, 0x52, 0xfb, 0xda, 0xae, 0x71, 0xa7, 0x35, 0xe6, 0x2d, 0xfa, 0xcd, 0x11, 0x21, 0xfe, 0xa1, 0xeb, 0xbd, 0xb0, 0x6d, 0x66, 0x6a, 0xd1, 0xb6, 0x36, 0xa1, 0x13, 0xbb, 0x67, 0x93, 0x39, 0xb5, 0xc6, 0x26, 0x7e, 0xd5, 0x8e, 0xdd, 0xb3, 0xa7, 0xd4, 0x0e, 0xeb, 0xb0, 0x34, 0xf7, 0x8e, 0x27, 0x81, 0x6f, 0x6f, 0xe1, 0x47, 0xad, 0xb9, 0x77, 0xfc, 0xd8, 0xb7, 0x3e, 0x84, 0xd5, 0xe3, 0xe8, 0x24, 0xa5, 0x16, 0x3c, 0x09, 0xb3, 0xc9, 0x2c, 0x98, 0x07, 0x99, 0xbd, 0x8d, 0xba, 0x19, 0xe2, 0x8b, 0x87, 0x94, 0xfe, 0x84, 0x92, 0xa9, 0x26, 0x24, 0x5e, 0xfb, 0x3a, 0x72, 0x41, 0xc1, 0x45, 0x45, 0x26, 0xa1, 0x7b, 0x38, 0x23, 0xf6, 0x0e, 0x6a, 0x82, 0xb7, 0xa8, 0x7b, 0x92, 0x6f, 0xe3, 0x20, 0x21, 0x13, 0x37, 0xb3, 0x6f, 0xe0, 0x67, 0x1d, 0x46, 0xd8, 0xcf, 0xe8, 0x2a, 0x39, 0x3c, 0x09, 0x66, 0x7e, 0x10, 0x4e, 0x27, 0xd9, 0x59, 0x4c, 0xec, 0x9b, 0x28, 0x78, 0x5f, 0x10, 0xbf, 0x39, 0x8b, 0xd1, 0xd9, 0x72, 0xa6, 0x34, 0x73, 0x93, 0xcc, 0xde, 0xc5, 0x6e, 0xf2, 0x4f, 0x9f, 0x51, 0xa2, 0xb5, 0x07, 0xf9, 0x67, 0x13, 0x12, 0xfa, 0xf6, 0x1e, 0x32, 0xf5, 0x04, 0xed, 0x8b, 0xd0, 0xa7, 0xc3, 0x4d, 0x13, 0x42, 0x8d, 0x4d, 0x12, 0x8f, 0x84, 0x99, 0xed, 0xa0, 0x39, 0xfa, 0x48, 0x3c, 0x60, 0x34, 0xda, 0x0f, 0xae, 0x27, 0xc1, 0x73, 0x0b, 0x79, 0x7a, 0x94, 0x26, 0x58, 0x76, 0x00, 0xd2, 0xd8, 0xf5, 0xc8, 0x24, 0x08, 0x8f, 0x22, 0xfb, 0x36, 0xf3, 0x1a, 0xa4, 0x50, 0x48, 0xa1, 0x3d, 0x78, 0xd1, 0x29, 0x49, 0x88, 0x3f, 0xc1, 0xd5, 0xfa, 0x1e, 0xeb, 0x81, 0xd3, 0xf6, 0xe9, 0xa2, 0x95, 0x27, 0x8e, 0x3c, 0xef, 0x33, 0x49, 0x04, 0x11, 0x99, 0x0a, 0xef, 0x8b, 0x03, 0x2f, 0xb5, 0x3f, 0x40, 0x27, 0x81, 0xdc, 0x3b, 0x53, 0xeb, 0x2e, 0xac, 0xe4, 0xbd, 0x78, 0xd1, 0x3c, 0x76, 0xc3, 0x33, 0xfb, 0x0e, 0x4a, 0x33, 0x14, 0xf4, 0x87, 0x8c, 0x5c, 0xd8, 0x2f, 0x8b, 0x32, 0x77, 0x66, 0xdf, 0x95, 0xec, 0xf7, 0x0d, 0xa5, 0x20, 0x22, 0xe0, 0x9c, 0x18, 0xc3, 0x87, 0x8c, 0x01, 0x49, 0x8c, 0xe1, 0x1e, 0x58, 0xf9, 0x0a, 0x3b, 0x22, 0x84, 0x9b, 0xe2, 0x57, 0x90, 0x6f, 0x45, 0xbc, 0xf9, 0x01, 0x21, 0xcc, 0x1a, 0x77, 0x60, 0x45, 0xe1, 0xa6, 0x16, 0xb9, 0x87, 0xbc, 0xcb, 0x12, 0x2f, 0x35, 0xca, 0x0e, 0xc0, 0x4b, 0x37, 0x23, 0x09, 0x73, 0x80, 0x8f, 0x76, 0xcd, 0x3b, 0xad, 0x71, 0x17, 0x29, 0x68, 0xfd, 0x5b, 0x30, 0x20, 0x33, 0xe2, 0x65, 0x49, 0xe0, 0x31, 0x8e, 0xfb, 0xc8, 0xd1, 0x17, 0x44, 0x64, 0x72, 0x60, 0x30, 0x75, 0x53, 0x49, 0xac, 0x8f, 0x99, 0xf1, 0xa7, 0x6e, 0x9a, 0x4b, 0x74, 0x83, 0x6a, 0x33, 0xcd, 0x85, 0xf9, 0x04, 0x39, 0xba, 0x8c, 0x83, 0xca, 0x41, 0x71, 0xf4, 0x74, 0x3a, 0x89, 0x93, 0xc0, 0x23, 0xf6, 0xa7, 0xcc, 0x51, 0xdd, 0xd3, 0xe9, 0x01, 0x6d, 0x3b, 0xdf, 0x83, 0x15, 0x25, 0x66, 0xc4, 0xb3, 0x33, 0xeb, 0x3d, 0x68, 0xce, 0x82, 0x34, 0xc3, 0x90, 0xd1, 0xfb, 0x6c, 0xf5, 0x3e, 0x46, 0x97, 0xfb, 0x45, 0xc4, 0x18, 0xe3, 0x6b, 0xe7, 0x09, 0xf4, 0x39, 0xcd, 0x47, 0xef, 0xd8, 0x06, 0x0e, 0x30, 0x93, 0x3c, 0x9a, 0x74, 0xa6, 0x9c, 0x41, 0x47, 0xcc, 0x86, 0x8e, 0x98, 0x8e, 0x95, 0x0b, 0xe2, 0x8b, 0xd0, 0xe5, 0x3c, 0x82, 0x65, 0x89, 0x46, 0x45, 0xfb, 0x2c, 0x87, 0x35, 0x11, 0xd3, 0x7a, 0x9f, 0xad, 0xa9, 0x02, 0xa2, 0x30, 0x02, 0xeb, 0x1e, 0xfb, 0xa9, 0xf3, 0xef, 0x20, 0xba, 0xde, 0xf7, 0x7d, 0x29, 0x2a, 0xbe, 0x0b, 0x7a, 0x6f, 0x7b, 0xd0, 0xfb, 0x10, 0x56, 0x8f, 0x12, 0x42, 0x26, 0x7c, 0x54, 0x86, 0xe0, 0x2b, 0x88, 0xb4, 0x43, 0xfa, 0x82, 0x59, 0x9d, 0xc1, 0xf8, 0xab, 0x06, 0x44, 0x1e, 0xf9, 0xd6, 0x4a, 0x91, 0x6f, 0x54, 0x1d, 0xf9, 0xd6, 0xb5, 0xc8, 0xb7, 0x09, 0x9d, 0x28, 0xf1, 0x49, 0x42, 0x17, 0xc7, 0x06, 0x7a, 0x5d, 0x1b, 0xdb, 0x8f, 0xfd, 0x77, 0xc1, 0xe2, 0x5d, 0xb0, 0x78, 0x3b, 0x82, 0xc5, 0xae, 0xc0, 0x63, 0x04, 0x52, 0x8a, 0xc7, 0x2c, 0xed, 0x34, 0x44, 0xda, 0xe9, 0xfc, 0x5d, 0x03, 0x56, 0x19, 0xcb, 0x93, 0x20, 0xcd, 0x04, 0xd8, 0x5a, 0xd0, 0x8c, 0xdd, 0x29, 0xe1, 0x7c, 0xf8, 0x4c, 0x07, 0xa2, 0x7f, 0x27, 0x69, 0xf0, 0x63, 0x86, 0xb7, 0xe6, 0xb8, 0x43, 0x09, 0xcf, 0x82, 0x1f, 0x13, 0x81, 0xce, 0x66, 0x81, 0xce, 0x65, 0x8c, 0x6a, 0x56, 0x61, 0xd4, 0x2d, 0x18, 0x84, 0x84, 0x7a, 0x9c, 0x58, 0x86, 0x2d, 0xcc, 0xd9, 0xfa, 0x94, 0xb8, 0x2f, 0x96, 0xe2, 0x1e, 0xf4, 0xc3, 0x28, 0xa3, 0x3c, 0x49, 0x74, 0x4a, 0x7c, 0xc4, 0xdf, 0xce, 0xb8, 0x17, 0x46, 0xd9, 0x3e, 0x27, 0xe9, 0x88, 0xda, 0x2e, 0x21, 0xaa, 0x06, 0x86, 0x9d, 0x12, 0x18, 0xbe, 0x07, 0xcb, 0x7c, 0x80, 0x09, 0xcf, 0x78, 0xbb, 0xb8, 0xaa, 0x07, 0x9c, 0xfa, 0x0c, 0x89, 0xce, 0x21, 0x0c, 0x65, 0x7d, 0x51, 0x9d, 0x56, 0x69, 0x6b, 0x04, 0x2d, 0xe6, 0x91, 0x4c, 0x53, 0xac, 0x91, 0x07, 0x6a, 0x73, 0x71, 0xa0, 0xfe, 0x9f, 0x2e, 0xac, 0x31, 0xe2, 0xf3, 0xd8, 0x77, 0x33, 0x22, 0xcc, 0xa2, 0x19, 0xef, 0x5d, 0x04, 0x7c, 0xfb, 0x22, 0x20, 0x5f, 0x28, 0x2b, 0xc5, 0x42, 0x79, 0x13, 0x71, 0xee, 0x5d, 0xc0, 0x7a, 0x17, 0xb0, 0xde, 0x8a, 0x80, 0xf5, 0xa5, 0x88, 0x46, 0x02, 0xf8, 0x58, 0x0d, 0xb1, 0x14, 0x25, 0xc1, 0x34, 0x08, 0x11, 0xfa, 0x7a, 0x9f, 0x6d, 0x29, 0xb8, 0xa9, 0x40, 0xe4, 0x98, 0x73, 0x3a, 0x7f, 0x6c, 0xc2, 0x16, 0x7b, 0xff, 0x43, 0x72, 0x46, 0xbd, 0xe5, 0xe1, 0xb1, 0x1b, 0x4e, 0x6b, 0x91, 0x94, 0x2f, 0xcb, 0x46, 0x75, 0x75, 0x61, 0x9e, 0x87, 0xad, 0xcd, 0x05, 0xd8, 0xda, 0xaa, 0xc3, 0xd6, 0xa5, 0x1a, 0x6c, 0x6d, 0xd7, 0x61, 0x6b, 0xa7, 0x16, 0x5b, 0xbb, 0x8b, 0xb0, 0x15, 0x16, 0x63, 0x6b, 0xef, 0x7c, 0x6c, 0xed, 0x5f, 0x00, 0x5b, 0x07, 0xa5, 0x02, 0x71, 0x0b, 0xec, 0x4a, 0x0b, 0xc4, 0xb3, 0x33, 0xe7, 0xcf, 0x0d, 0xb8, 0x51, 0xf1, 0x52, 0xce, 0x41, 0xca, 0x05, 0x9f, 0x52, 0xaf, 0x36, 0xb4, 0x7a, 0xb5, 0xd8, 0xa8, 0x32, 0x95, 0x8d, 0x2a, 0x11, 0x9c, 0x9b, 0x75, 0xa9, 0x4c, 0x4b, 0x4d, 0x65, 0x9c, 0x5f, 0x18, 0xc2, 0x07, 0xb9, 0x68, 0x8f, 0xdc, 0xcc, 0x95, 0xba, 0x37, 0x94, 0xee, 0xcf, 0x2b, 0x93, 0x11, 0x0b, 0x05, 0x7e, 0x67, 0x6e, 0x30, 0x13, 0x71, 0x58, 0x20, 0x38, 0xa5, 0x89, 0xb9, 0x36, 0x6b, 0xe6, 0xda, 0xd2, 0xe6, 0xca, 0xbc, 0x77, 0x49, 0xce, 0x03, 0xf2, 0xcd, 0xb8, 0xb6, 0xb6, 0x19, 0x77, 0x8f, 0xa7, 0x1c, 0x1d, 0x4c, 0x39, 0x6c, 0x65, 0xe9, 0xf0, 0x09, 0x4a, 0x99, 0xc7, 0x4f, 0xf4, 0xc9, 0xe3, 0x86, 0xf3, 0x0e, 0xc0, 0x51, 0x40, 0x66, 0x3e, 0x9b, 0xa3, 0xc1, 0x1c, 0x06, 0x29, 0x38, 0xc5, 0xf7, 0x61, 0xc8, 0x5e, 0x9f, 0xba, 0xb3, 0x13, 0x32, 0x49, 0x13, 0x8f, 0xeb, 0x61, 0x80, 0xe4, 0xdf, 0xa2, 0xd4, 0x67, 0x89, 0xa7, 0xf3, 0xf9, 0x98, 0x08, 0x69, 0x7c, 0x8f, 0xd2, 0xcc, 0x39, 0x85, 0xeb, 0xb5, 0xbe, 0x71, 0xb9, 0x7c, 0xeb, 0x9e, 0x92, 0x6f, 0x55, 0x4e, 0x9e, 0x5a, 0x97, 0x4f, 0xde, 0x85, 0x6d, 0xe5, 0x15, 0x4f, 0x2e, 0x17, 0x64, 0x5f, 0xb9, 0xd6, 0x1b, 0x9a, 0xd6, 0x55, 0x6f, 0xec, 0x08, 0x77, 0x71, 0xb6, 0x61, 0xb3, 0x7a, 0x08, 0xba, 0x28, 0x7e, 0x04, 0x23, 0x9e, 0xad, 0xbf, 0xfe, 0x81, 0x47, 0xe2, 0xa8, 0x41, 0x19, 0xf1, 0x73, 0xb1, 0xd1, 0xf2, 0x88, 0xcc, 0x2e, 0x0c, 0x8d, 0xc5, 0x2e, 0x0f, 0x7e, 0x75, 0x55, 0x84, 0xfe, 0xa1, 0x00, 0x68, 0x66, 0x5e, 0x1e, 0x40, 0x85, 0x14, 0x0b, 0xf7, 0xa6, 0xca, 0x22, 0x3d, 0x17, 0x58, 0xa3, 0x75, 0x46, 0x85, 0xfb, 0x9e, 0x26, 0xdc, 0x9e, 0x22, 0x5c, 0xd5, 0xe8, 0xb9, 0x8c, 0x3f, 0x37, 0x60, 0xf3, 0x19, 0x1e, 0xdc, 0x7c, 0x99, 0x44, 0x27, 0xf1, 0x01, 0x49, 0xe6, 0x41, 0x9a, 0x06, 0x51, 0x88, 0x98, 0x30, 0x82, 0x56, 0x8c, 0xf8, 0xc8, 0x56, 0x04, 0x6b, 0x30, 0xef, 0xcc, 0x8e, 0xb9, 0x65, 0xf0, 0x99, 0xd2, 0x70, 0xe9, 0x30, 0x77, 0xc7, 0x67, 0x6a, 0xa9, 0x24, 0x3a, 0xc9, 0x48, 0xc2, 0xa3, 0x07, 0x6f, 0x61, 0xdc, 0x28, 0x52, 0x6f, 0x7c, 0xc6, 0x5c, 0x29, 0x8e, 0x67, 0x24, 0x23, 0x13, 0xec, 0x9b, 0x85, 0x8e, 0x1e, 0xa7, 0x1d, 0xb8, 0xd9, 0xb1, 0xf3, 0x7b, 0xd0, 0x7f, 0x12, 0x4d, 0x83, 0x50, 0x28, 0x70, 0x0b, 0x3a, 0x27, 0x29, 0x49, 0xa4, 0x15, 0x9b, 0xb7, 0x31, 0xb6, 0xb9, 0x69, 0xfa, 0x32, 0x4a, 0xfc, 0xbc, 0x6e, 0xe0, 0x6d, 0xcb, 0x86, 0x36, 0xef, 0x96, 0x7b, 0x90, 0x68, 0x3a, 0xff, 0x64, 0x02, 0xf0, 0x21, 0xa8, 0x5a, 0x57, 0xc0, 0x3c, 0x29, 0xf0, 0xf9, 0x84, 0x61, 0x16, 0x1d, 0x42, 0x46, 0x42, 0x1c, 0x13, 0x41, 0xa2, 0x5c, 0x21, 0x2a, 0x26, 0x6e, 0x6a, 0x26, 0xde, 0x84, 0xce, 0x94, 0xaa, 0xbc, 0x80, 0xbf, 0x36, 0xb6, 0x1f, 0xfb, 0xd6, 0x6d, 0x58, 0x0e, 0xd2, 0x49, 0x7a, 0x12, 0x93, 0x64, 0x82, 0x34, 0x5e, 0x0f, 0xf6, 0x83, 0xf4, 0x19, 0x25, 0xa2, 0xa9, 0x74, 0x60, 0x6e, 0x97, 0x80, 0xf9, 0x13, 0x18, 0xa1, 0xb4, 0x71, 0x6e, 0xd4, 0x49, 0x16, 0xe4, 0x95, 0xa1, 0x45, 0xdf, 0x15, 0xf6, 0xfe, 0x26, 0x98, 0x13, 0xeb, 0x73, 0xd8, 0x98, 0xce, 0xa2, 0x43, 0x77, 0x56, 0xfa, 0x86, 0xc5, 0xdf, 0x11, 0x7b, 0xab, 0x7d, 0xf5, 0x00, 0x7a, 0x05, 0x7b, 0x6a, 0x03, 0x42, 0xd1, 0x2e, 0xf7, 0xc1, 0x5a, 0xe7, 0x1a, 0xcb, 0x1f, 0x49, 0x41, 0x84, 0x9f, 0x6c, 0xf4, 0xd8, 0x8c, 0x19, 0xf1, 0x8b, 0xfc, 0x7c, 0x23, 0x8a, 0x49, 0x18, 0xcc, 0xa9, 0xce, 0x58, 0xc8, 0xee, 0x30, 0xc2, 0x63, 0xdf, 0x71, 0x61, 0x0d, 0x6d, 0xf7, 0x80, 0xd5, 0x21, 0xc2, 0x4b, 0xa8, 0x0b, 0x63, 0xb1, 0x22, 0x5c, 0x18, 0x8b, 0x94, 0xab, 0xf9, 0xc7, 0xf7, 0x61, 0x55, 0x1d, 0xa2, 0x7e, 0x6b, 0xba, 0x70, 0x23, 0x0e, 0xbd, 0x77, 0x61, 0xf5, 0xe1, 0x31, 0xf1, 0x5e, 0x9c, 0x2f, 0x9c, 0xb3, 0x0a, 0x43, 0x99, 0x95, 0xc2, 0xd8, 0xdf, 0x9a, 0xb0, 0xfc, 0x3c, 0x25, 0x89, 0xb4, 0x5d, 0xac, 0xf8, 0xa2, 0xa1, 0xf9, 0xe2, 0xa2, 0xf9, 0x8d, 0xa0, 0x45, 0xe6, 0x45, 0x9c, 0x66, 0x8d, 0x42, 0x94, 0xa6, 0xac, 0xa7, 0x05, 0x4e, 0x5a, 0x1c, 0x42, 0x2d, 0xe9, 0x87, 0x50, 0x85, 0xd3, 0xb7, 0xab, 0x71, 0xad, 0x53, 0xac, 0x11, 0xcd, 0x8b, 0xbb, 0x25, 0x2f, 0xde, 0x01, 0x38, 0x3c, 0xcb, 0x8b, 0x12, 0xc0, 0xb1, 0xba, 0x87, 0x67, 0xa2, 0x1c, 0xe1, 0x8b, 0xb4, 0xa7, 0x2c, 0xd2, 0x84, 0xb8, 0x33, 0xb9, 0x20, 0xee, 0x50, 0x82, 0x48, 0x56, 0x7c, 0x12, 0xbb, 0x49, 0x36, 0x27, 0x61, 0x46, 0x25, 0x1c, 0xe0, 0x87, 0xfd, 0x82, 0xf8, 0xd8, 0xa7, 0x25, 0xf1, 0xa1, 0x9b, 0x12, 0x69, 0x11, 0x60, 0x49, 0xdc, 0x1a, 0x2f, 0x53, 0x72, 0xe1, 0xc6, 0x54, 0x07, 0x53, 0x12, 0xfa, 0x24, 0xc1, 0x52, 0xb8, 0x35, 0xe6, 0x2d, 0xe7, 0x06, 0xf4, 0x73, 0x6b, 0x55, 0xed, 0x49, 0xfd, 0xb7, 0x09, 0xab, 0x94, 0x41, 0xdd, 0xfc, 0x78, 0x23, 0x16, 0x2d, 0xcc, 0xd6, 0x52, 0xcc, 0xa6, 0x67, 0x5c, 0xaf, 0xdb, 0x8c, 0xb2, 0x27, 0x81, 0xea, 0x49, 0xaa, 0x85, 0x7b, 0x35, 0x16, 0xee, 0xd7, 0x58, 0x78, 0x70, 0x9e, 0x85, 0x97, 0x2f, 0x66, 0xe1, 0x61, 0x9d, 0x85, 0xf9, 0xa6, 0xc8, 0x0a, 0x53, 0x17, 0x6b, 0x49, 0x96, 0x5f, 0x55, 0x2c, 0xff, 0x10, 0x86, 0xb2, 0x61, 0xa9, 0xf1, 0x3f, 0xd1, 0xa2, 0xb3, 0x48, 0xd2, 0x4a, 0x0e, 0x50, 0x94, 0x76, 0x06, 0x5b, 0xed, 0x97, 0xc9, 0x59, 0x34, 0x2d, 0x9a, 0x35, 0x5a, 0x6c, 0x2a, 0x5a, 0xac, 0x4d, 0xc0, 0x9d, 0x5f, 0x67, 0x1e, 0x9c, 0xe7, 0x3f, 0x97, 0x9f, 0xc4, 0xdf, 0x34, 0x98, 0x2a, 0x5e, 0xa1, 0xe2, 0x11, 0x69, 0xb0, 0x59, 0x57, 0xd9, 0x34, 0xb5, 0x4d, 0x5a, 0xcd, 0x0b, 0x5b, 0x25, 0x2f, 0x54, 0x96, 0xd8, 0x92, 0xb6, 0xc4, 0x54, 0x0d, 0xb6, 0x75, 0x0d, 0xca, 0x1e, 0xdc, 0x51, 0x3d, 0x38, 0x5f, 0x6a, 0x5d, 0x79, 0xa9, 0xf1, 0x6b, 0x2e, 0x90, 0x5f, 0x73, 0xa1, 0xa1, 0x85, 0x7c, 0xeb, 0xcd, 0x4e, 0x70, 0x37, 0x8f, 0x52, 0x45, 0xd3, 0xf9, 0x85, 0x09, 0x1d, 0xaa, 0x2d, 0xac, 0x46, 0xde, 0x08, 0x10, 0x8c, 0xa0, 0x85, 0x19, 0x06, 0xc7, 0x01, 0xd6, 0xa8, 0x45, 0x75, 0xe6, 0x7f, 0xed, 0x6a, 0x78, 0xe8, 0x54, 0xc3, 0x43, 0xb7, 0x16, 0x1e, 0xa0, 0x0a, 0xe5, 0xbd, 0x84, 0xb8, 0x19, 0xf1, 0x27, 0x6e, 0x96, 0x57, 0xec, 0x8c, 0xb2, 0x9f, 0x29, 0xba, 0xef, 0x97, 0xd0, 0x83, 0xbd, 0x92, 0xd0, 0xa0, 0x8b, 0x14, 0xec, 0xf8, 0x03, 0x18, 0x4a, 0x70, 0x80, 0x3c, 0x7c, 0x7b, 0xb3, 0x20, 0x0b, 0xd7, 0x28, 0x40, 0x65, 0xa8, 0x81, 0x4a, 0x05, 0x5e, 0xac, 0x54, 0xe2, 0x85, 0x92, 0xa2, 0xac, 0xaa, 0x29, 0x8a, 0x04, 0x1a, 0x96, 0x02, 0x1a, 0xbf, 0x0b, 0x83, 0x62, 0xa5, 0xd0, 0xd5, 0x96, 0xd7, 0x7a, 0x86, 0x5c, 0xeb, 0x89, 0xe5, 0xd0, 0x90, 0x96, 0xc3, 0x2d, 0xa5, 0xfe, 0x1b, 0x4a, 0xab, 0x52, 0xaa, 0x79, 0x1f, 0xc0, 0x6a, 0x91, 0x37, 0x5e, 0x6d, 0x2d, 0x3a, 0x7b, 0x30, 0x94, 0xfb, 0xa8, 0x8a, 0x6a, 0xbf, 0x0d, 0xd7, 0xe8, 0xc0, 0x72, 0xd5, 0x71, 0xa1, 0x62, 0xe7, 0xdc, 0x83, 0xf8, 0x6b, 0xb0, 0x5e, 0xee, 0x98, 0xa6, 0x45, 0xff, 0x66, 0xc0, 0x10, 0x05, 0x52, 0xf3, 0xa2, 0x4b, 0xd4, 0x55, 0xd6, 0x5d, 0x58, 0x91, 0x72, 0x5d, 0x5a, 0x8b, 0xa4, 0xa8, 0xcc, 0xee, 0x78, 0x58, 0xd0, 0x1f, 0x52, 0x32, 0x75, 0x42, 0x91, 0x96, 0xe3, 0x52, 0xea, 0x8c, 0xdb, 0x3c, 0x21, 0xd7, 0x9c, 0xb0, 0xa5, 0x3b, 0x61, 0xfe, 0x1a, 0x77, 0xb8, 0x97, 0xa4, 0xd7, 0x8f, 0x48, 0xea, 0x39, 0x37, 0x61, 0x50, 0xcc, 0xa2, 0x4a, 0xb3, 0xff, 0x6c, 0x80, 0x85, 0x1c, 0x8b, 0x4f, 0x4b, 0x54, 0x29, 0x1a, 0xba, 0x14, 0x97, 0x98, 0xea, 0xc2, 0xca, 0x85, 0x2b, 0xb1, 0xa5, 0xee, 0xf0, 0x2f, 0x98, 0xdf, 0x17, 0xb0, 0xa2, 0x48, 0x4f, 0xa7, 0xf8, 0xa9, 0x16, 0x50, 0x36, 0x45, 0xcd, 0x5a, 0x9a, 0x66, 0x1e, 0x51, 0x0e, 0xb8, 0xb1, 0x17, 0x84, 0xc5, 0x85, 0xe1, 0xa4, 0x54, 0xa0, 0x39, 0x0f, 0xb8, 0xe2, 0xf3, 0x30, 0x77, 0x05, 0xa9, 0x7e, 0x66, 0x40, 0x17, 0x5f, 0x23, 0x74, 0x5f, 0xd2, 0x24, 0xaa, 0xe2, 0x4c, 0x4d, 0x71, 0xf4, 0x35, 0x06, 0x02, 0x76, 0x8d, 0x80, 0xd9, 0x01, 0x43, 0x03, 0xbb, 0x40, 0x50, 0x09, 0xe1, 0xce, 0x3e, 0xd7, 0xb6, 0x1c, 0x78, 0x2f, 0xb9, 0xd9, 0xf0, 0x5d, 0x58, 0x96, 0xba, 0xa0, 0x8a, 0xb9, 0xad, 0x54, 0x39, 0x2b, 0xb2, 0x5a, 0x24, 0xa0, 0x71, 0xf8, 0xd0, 0x78, 0xdf, 0xa5, 0xda, 0x44, 0xce, 0xff, 0xd6, 0xed, 0x38, 0xa0, 0xfe, 0xaa, 0x77, 0x1c, 0xf4, 0xdd, 0x81, 0x46, 0x69, 0x77, 0xa0, 0x72, 0x03, 0x62, 0x0b, 0x3a, 0x29, 0xee, 0xee, 0x13, 0x9f, 0x2f, 0xd8, 0xbc, 0x2d, 0x6d, 0x4e, 0xb4, 0x2a, 0x37, 0x27, 0x96, 0xa4, 0xcd, 0x09, 0xb1, 0xe1, 0xd1, 0x96, 0x36, 0x3c, 0x7e, 0x15, 0x96, 0xbc, 0xe3, 0x60, 0xe6, 0xa7, 0x7c, 0xdf, 0x71, 0x61, 0xbd, 0x8b, 0x2a, 0xe2, 0xfc, 0xce, 0x0f, 0xb8, 0x72, 0x99, 0x92, 0xa8, 0x72, 0x3f, 0x57, 0x94, 0x7b, 0x7e, 0x4f, 0x4c, 0xd9, 0x31, 0x8c, 0xc6, 0x24, 0x25, 0xd9, 0x01, 0x8f, 0xfe, 0x8b, 0x2b, 0x5e, 0x9e, 0xff, 0x35, 0x8a, 0xfc, 0x6f, 0x04, 0xad, 0xd3, 0xfc, 0xdc, 0x74, 0x30, 0x66, 0x0d, 0x25, 0xbd, 0x68, 0xa9, 0xe9, 0x85, 0x73, 0x08, 0xab, 0xca, 0x88, 0xb8, 0x47, 0x54, 0xde, 0x25, 0x91, 0x37, 0x66, 0x1a, 0xda, 0xc6, 0x8c, 0x86, 0xf5, 0x66, 0x09, 0xeb, 0x1f, 0x80, 0xa5, 0xcd, 0x8a, 0x6a, 0xe8, 0x9e, 0xa2, 0x21, 0x91, 0x7c, 0x96, 0x84, 0xe1, 0x9a, 0xf9, 0x99, 0x01, 0xeb, 0x2c, 0x4c, 0xe8, 0xba, 0x29, 0x0b, 0xbb, 0x07, 0xfd, 0x68, 0xe6, 0x4f, 0xb4, 0x94, 0xaa, 0x17, 0xcd, 0x7c, 0xf1, 0x2d, 0x1e, 0xce, 0x93, 0x97, 0x05, 0x0b, 0x13, 0xba, 0x17, 0x92, 0x97, 0x39, 0x8b, 0x9a, 0x3a, 0x36, 0xb5, 0xd4, 0xd1, 0x59, 0x87, 0x35, 0x5d, 0x1e, 0x1a, 0xbe, 0x7e, 0x62, 0xc0, 0xe8, 0x51, 0x9e, 0x85, 0x5c, 0x3d, 0x86, 0x55, 0xe4, 0x38, 0x66, 0x65, 0x8e, 0x63, 0x41, 0x13, 0x81, 0x86, 0x9f, 0x86, 0xd3, 0x67, 0xe7, 0x36, 0x58, 0x9a, 0x0c, 0x55, 0x11, 0xe8, 0x4f, 0x0c, 0xb8, 0x56, 0xb0, 0x95, 0xea, 0xd6, 0x7a, 0x69, 0x2b, 0x64, 0x6b, 0x2c, 0x94, 0xcd, 0x2c, 0x64, 0xe3, 0x52, 0x34, 0x73, 0x29, 0xbe, 0x86, 0xf5, 0xb2, 0x10, 0x54, 0xdc, 0xef, 0x6a, 0xb8, 0x7d, 0x83, 0x7b, 0x48, 0x8d, 0xc8, 0x39, 0x78, 0x3f, 0x94, 0x0d, 0x20, 0xc5, 0x95, 0x85, 0x53, 0x62, 0x52, 0x35, 0x72, 0xa9, 0x9e, 0xc8, 0x1a, 0xcc, 0x43, 0xc9, 0x55, 0x45, 0xfa, 0x23, 0x58, 0x2e, 0x58, 0x2a, 0x63, 0xca, 0x2b, 0xa9, 0x54, 0x4d, 0xb4, 0x9b, 0x5a, 0xa2, 0xed, 0x10, 0x59, 0xc3, 0xaf, 0x74, 0x61, 0x46, 0x51, 0xa1, 0xa9, 0x65, 0x93, 0xbf, 0x0f, 0x6b, 0xfa, 0x30, 0x97, 0x3b, 0xf7, 0xb8, 0xab, 0xe4, 0xbd, 0xeb, 0x25, 0xdd, 0x4a, 0x38, 0xf9, 0x9b, 0xb0, 0xc9, 0xd7, 0xe1, 0x17, 0x61, 0x26, 0xb2, 0xc8, 0x2b, 0x06, 0xc6, 0x7f, 0x30, 0xe0, 0x5a, 0x55, 0x67, 0x54, 0x78, 0x0d, 0xda, 0x8c, 0x52, 0x8d, 0xa3, 0xed, 0x93, 0x36, 0xae, 0xb2, 0x4f, 0x5a, 0xbf, 0x43, 0x6b, 0xd6, 0xef, 0xd0, 0x3a, 0xbf, 0x23, 0x6e, 0xdb, 0x3c, 0x23, 0xd9, 0x53, 0xef, 0xb8, 0xbe, 0x04, 0x28, 0x6e, 0xaf, 0x37, 0xe4, 0xdb, 0xeb, 0x0b, 0x6d, 0xb9, 0x26, 0x0e, 0xd4, 0x44, 0xe7, 0x14, 0xda, 0x8e, 0xc4, 0xd9, 0x07, 0x23, 0x1e, 0xb0, 0xdb, 0xf1, 0x57, 0xdc, 0x07, 0x90, 0xaf, 0xdb, 0x9b, 0xca, 0x75, 0xfb, 0xe2, 0x08, 0x56, 0x1b, 0x87, 0xca, 0xe0, 0xc1, 0x36, 0xb7, 0xd5, 0x53, 0xef, 0xb8, 0x7c, 0x05, 0xec, 0xf5, 0xcc, 0xfe, 0x4f, 0x0d, 0x18, 0xe9, 0xa3, 0x88, 0x22, 0xbe, 0xde, 0xb3, 0x6a, 0x46, 0x3a, 0x2f, 0x3a, 0x2a, 0x9a, 0x68, 0xaa, 0x9a, 0x78, 0x92, 0xbb, 0xb9, 0x36, 0x5b, 0xea, 0x9b, 0x1f, 0x2b, 0xf1, 0x73, 0x9b, 0xfb, 0x5c, 0x95, 0xdc, 0x7c, 0xd1, 0xfc, 0x21, 0x6c, 0x14, 0x3e, 0x34, 0x26, 0x53, 0x92, 0xd5, 0x87, 0x50, 0x69, 0xc3, 0xbc, 0xa1, 0x6c, 0x98, 0xd3, 0x37, 0xea, 0x86, 0x94, 0x68, 0x2e, 0x2c, 0x30, 0x9c, 0xbf, 0x36, 0x61, 0x54, 0x1a, 0xfd, 0xdd, 0x89, 0xcc, 0xff, 0xbf, 0x13, 0x19, 0x27, 0x81, 0xad, 0xfd, 0x38, 0x9e, 0x05, 0x9e, 0x9b, 0x05, 0x51, 0xf8, 0x75, 0xe2, 0xeb, 0x47, 0x14, 0xf5, 0x4b, 0x80, 0xdd, 0x46, 0x14, 0x9f, 0x16, 0xcb, 0x7e, 0x20, 0x51, 0x2b, 0x8b, 0xb6, 0xbf, 0x6c, 0x80, 0x5d, 0x39, 0x28, 0xf5, 0x10, 0xf9, 0x4e, 0xb3, 0xa1, 0xde, 0x69, 0xbe, 0x0b, 0x2b, 0xf2, 0x80, 0x92, 0xc7, 0x0c, 0x25, 0xba, 0xa8, 0x94, 0x65, 0x56, 0x29, 0x88, 0xca, 0xac, 0x58, 0xa2, 0xf1, 0x15, 0x89, 0x17, 0x8a, 0x8a, 0x15, 0x89, 0x77, 0x89, 0x36, 0x60, 0xc9, 0x9d, 0x63, 0xe5, 0xc6, 0xbc, 0x89, 0xb7, 0xa8, 0x5a, 0x0e, 0xdd, 0xf0, 0x85, 0xb2, 0x09, 0x49, 0x09, 0x38, 0xf4, 0x1e, 0xf4, 0xf1, 0xa5, 0xeb, 0xb1, 0xa2, 0x8f, 0x39, 0x51, 0x8f, 0xd2, 0xf6, 0x19, 0x89, 0x3a, 0x23, 0xb2, 0x14, 0x8e, 0xcf, 0xfc, 0x07, 0x3f, 0x7c, 0xce, 0x9d, 0xdf, 0x89, 0xe0, 0x46, 0x49, 0x4b, 0xea, 0xa9, 0xfb, 0x02, 0x5d, 0x15, 0x87, 0xec, 0x0d, 0xf9, 0x90, 0x5d, 0x39, 0x98, 0x37, 0xd5, 0x83, 0x79, 0xe7, 0x06, 0x5c, 0xaf, 0x1d, 0x90, 0xc2, 0xf1, 0x4f, 0x0d, 0x71, 0xeb, 0x41, 0x62, 0xbb, 0x70, 0x91, 0x5a, 0xb5, 0xf9, 0xa5, 0xe4, 0x1f, 0xa6, 0x96, 0x7f, 0x14, 0x53, 0x68, 0xca, 0xf7, 0x59, 0x9c, 0xff, 0x68, 0xc0, 0x7a, 0x49, 0x0c, 0x44, 0x6c, 0x0b, 0x9a, 0x81, 0x17, 0x85, 0x3c, 0x72, 0xe3, 0x73, 0x9e, 0x42, 0x35, 0xa4, 0x14, 0xaa, 0xaa, 0xd4, 0x44, 0xa4, 0x0b, 0x33, 0x12, 0x8a, 0x9c, 0x4a, 0x34, 0x6b, 0xbd, 0xa0, 0x6e, 0xa7, 0xb5, 0xbc, 0x2e, 0xda, 0x55, 0xeb, 0x42, 0x36, 0x5e, 0xa7, 0xce, 0x78, 0x5d, 0xe5, 0x26, 0x8f, 0xec, 0xaa, 0xa0, 0xba, 0xaa, 0x6c, 0xd7, 0x9e, 0x76, 0xe1, 0xe2, 0xbc, 0x2b, 0xa6, 0xce, 0xb7, 0x22, 0xd6, 0x97, 0xec, 0x7a, 0xb9, 0x9c, 0xee, 0x13, 0x25, 0xa7, 0xbb, 0xae, 0x5c, 0x62, 0xd0, 0x6c, 0xc5, 0xa3, 0xd4, 0x5f, 0x34, 0x60, 0xe3, 0xc0, 0xf5, 0x5e, 0xb8, 0x53, 0xa2, 0x63, 0x4f, 0x39, 0xba, 0xef, 0x00, 0xc4, 0x8c, 0xb7, 0x00, 0x9b, 0x2e, 0xa7, 0x30, 0xad, 0x71, 0x3b, 0x99, 0x8a, 0x9d, 0xf6, 0xa0, 0xaf, 0xfc, 0x98, 0xa3, 0x29, 0x2e, 0x04, 0x16, 0x3f, 0xe4, 0x60, 0x87, 0x44, 0x41, 0x24, 0xc2, 0x06, 0x6f, 0xd1, 0x11, 0x99, 0x8d, 0x50, 0xe5, 0xec, 0x6c, 0xad, 0x8b, 0x14, 0x54, 0x3a, 0xde, 0xee, 0xc4, 0x70, 0x28, 0xc7, 0x8b, 0x1e, 0xa7, 0x89, 0x4d, 0xe9, 0xfa, 0x6d, 0xf6, 0x5b, 0x30, 0x48, 0x8f, 0xa3, 0x93, 0x99, 0x4f, 0xc1, 0x82, 0xa4, 0xcc, 0xdc, 0x9d, 0x71, 0x9f, 0x11, 0xf7, 0x91, 0xe6, 0xfc, 0xbc, 0x01, 0xa3, 0x92, 0x8a, 0xce, 0x41, 0xca, 0x3d, 0xe8, 0x0b, 0x4d, 0x49, 0x28, 0xd9, 0xe3, 0xb4, 0xaf, 0xf8, 0xdd, 0x0e, 0x3e, 0x65, 0x53, 0x99, 0xf2, 0x05, 0xb4, 0x25, 0xbb, 0x61, 0xab, 0x0e, 0x31, 0x97, 0xea, 0x11, 0xb3, 0x7d, 0x0e, 0x62, 0x76, 0x2e, 0x82, 0x98, 0xdd, 0x0a, 0xc4, 0x7c, 0x01, 0x5b, 0x8a, 0xa6, 0x7e, 0xa9, 0x68, 0xb9, 0x05, 0x76, 0xe5, 0x60, 0x14, 0x29, 0xff, 0xd3, 0xc8, 0x73, 0x39, 0xce, 0xb3, 0x38, 0x6f, 0x7d, 0x5d, 0xd8, 0xb8, 0xf8, 0x4e, 0xde, 0x0e, 0xc0, 0x51, 0x94, 0xf0, 0x5f, 0x36, 0x71, 0xd0, 0xea, 0x1e, 0x45, 0xbc, 0x06, 0xd2, 0x9c, 0xbd, 0x8d, 0xfd, 0x16, 0xce, 0xee, 0xfc, 0xbd, 0x01, 0x3b, 0xea, 0x9c, 0xde, 0x0c, 0xfc, 0x8e, 0xa0, 0xc5, 0x2e, 0xe2, 0xb2, 0xe9, 0xb0, 0xc6, 0x45, 0x8f, 0xb9, 0x9c, 0x9f, 0x36, 0xc1, 0x52, 0xa5, 0x16, 0xa2, 0xa2, 0x58, 0x46, 0x85, 0x58, 0x0d, 0xf5, 0x06, 0x54, 0x25, 0xa6, 0xe4, 0x42, 0x35, 0xab, 0x85, 0x52, 0x8f, 0xe6, 0x55, 0xe0, 0x5a, 0xd2, 0x81, 0x4b, 0x76, 0xcc, 0x76, 0xc9, 0x31, 0xf9, 0x2a, 0xed, 0x28, 0xab, 0xf4, 0x35, 0x47, 0x08, 0x1d, 0xc8, 0xfa, 0xe7, 0x00, 0xd9, 0x60, 0xf1, 0x01, 0xd0, 0x72, 0x29, 0x6f, 0xe6, 0x2e, 0x3f, 0x2c, 0x5c, 0xfe, 0x6b, 0x35, 0x43, 0xc3, 0xb8, 0xb1, 0x82, 0x71, 0xe3, 0xb6, 0x5a, 0xdc, 0x54, 0x3b, 0x9b, 0x92, 0xc7, 0xd1, 0xc5, 0xa5, 0xfe, 0x76, 0x7a, 0x55, 0xfd, 0xed, 0xb4, 0x93, 0xe4, 0x55, 0xbf, 0xb2, 0x1e, 0x2f, 0x17, 0xde, 0x3e, 0x52, 0xc2, 0xdb, 0x66, 0xa5, 0x98, 0x52, 0x6c, 0xfb, 0xbe, 0xb8, 0xab, 0x59, 0x24, 0xe9, 0x17, 0x4d, 0x96, 0x9c, 0xaf, 0x60, 0x53, 0x01, 0x17, 0xf4, 0xba, 0x8b, 0x01, 0x19, 0xf7, 0xd7, 0x86, 0xec, 0xaf, 0xce, 0x26, 0x5c, 0xab, 0xea, 0x8f, 0x62, 0xd5, 0x18, 0x76, 0x4a, 0x59, 0xdf, 0xab, 0x0e, 0xb7, 0x03, 0xdb, 0x75, 0x7d, 0xd2, 0x21, 0xff, 0xb5, 0x21, 0xae, 0x91, 0x5e, 0xe8, 0xf0, 0xe0, 0xa2, 0xd7, 0x15, 0xf5, 0x43, 0x86, 0x66, 0xf9, 0x90, 0xe1, 0x32, 0x87, 0x06, 0xc5, 0x6a, 0x66, 0x58, 0x28, 0xad, 0x66, 0x69, 0x03, 0x8e, 0xad, 0x4b, 0xe9, 0xa4, 0x9b, 0xfa, 0x21, 0x32, 0xd2, 0xb7, 0x5d, 0xee, 0x87, 0x48, 0xd8, 0x47, 0xdc, 0x98, 0x91, 0x53, 0x32, 0xe3, 0x37, 0x68, 0x58, 0xc3, 0xfa, 0x4e, 0x7e, 0x14, 0xd1, 0x53, 0xca, 0xfb, 0x2a, 0x1d, 0xe5, 0xa7, 0x10, 0x4f, 0xc4, 0x3d, 0x5d, 0xdd, 0xbd, 0xea, 0xb7, 0x0b, 0x2a, 0xfb, 0x63, 0xce, 0xfa, 0x6b, 0x22, 0xb5, 0xff, 0x0d, 0xf5, 0x7f, 0x19, 0x5c, 0xc8, 0x5b, 0x03, 0x91, 0x3f, 0x96, 0x3e, 0xe6, 0xdb, 0x6a, 0xf2, 0x7f, 0x43, 0x30, 0x4a, 0xff, 0x0d, 0xa1, 0xf2, 0x5f, 0x2b, 0x34, 0x2a, 0xff, 0xb5, 0x02, 0xf5, 0x56, 0x7d, 0xa8, 0x4b, 0x1c, 0x54, 0x8f, 0xa0, 0xe5, 0x49, 0xee, 0xca, 0x1a, 0xd4, 0x5b, 0xeb, 0xfa, 0xa4, 0xde, 0xfa, 0x14, 0x36, 0xbe, 0x94, 0x4a, 0xe6, 0x67, 0xe4, 0x62, 0xf5, 0x4e, 0xe1, 0x3e, 0x0d, 0x39, 0x18, 0x38, 0x1b, 0xc2, 0xf7, 0xa5, 0xee, 0xe8, 0x30, 0x7f, 0x65, 0xc0, 0xe6, 0xd3, 0x74, 0x5a, 0x93, 0x0d, 0x2f, 0x1c, 0xea, 0x8a, 0x89, 0xf1, 0x2d, 0x18, 0x88, 0xcf, 0xe4, 0x5c, 0x4f, 0xa4, 0x8e, 0xcc, 0x38, 0xa5, 0xb3, 0x62, 0xe7, 0x1f, 0x1b, 0x70, 0xad, 0x4a, 0xd0, 0x57, 0xcf, 0x49, 0x4b, 0x02, 0x99, 0x15, 0x02, 0xbd, 0xcd, 0x09, 0x6a, 0x08, 0x3b, 0xba, 0xe6, 0x7e, 0xa9, 0x39, 0xea, 0x0e, 0x6c, 0xd7, 0x8d, 0x47, 0x5d, 0xee, 0x5f, 0x0c, 0xd8, 0xd2, 0xde, 0x5f, 0xb8, 0x9c, 0xbf, 0x01, 0x30, 0x77, 0x43, 0x77, 0x4a, 0xe6, 0x84, 0xaf, 0xa7, 0xce, 0x58, 0xa2, 0x5c, 0xfe, 0xea, 0xd7, 0x75, 0xe8, 0xba, 0xa7, 0x6e, 0x30, 0x93, 0xf2, 0xa7, 0x82, 0x20, 0xcd, 0x9e, 0xdb, 0x8d, 0x6f, 0x06, 0xfc, 0x97, 0x09, 0x6b, 0xda, 0x14, 0x30, 0x92, 0x2c, 0x50, 0x64, 0x55, 0x9e, 0xc7, 0xf6, 0x39, 0x71, 0x2a, 0xa6, 0x48, 0x3f, 0xb1, 0x49, 0x65, 0x9e, 0xa7, 0x53, 0xc5, 0xd7, 0x3a, 0xf3, 0x74, 0xca, 0x1c, 0xed, 0x7d, 0x18, 0xd2, 0x97, 0x98, 0x1e, 0x70, 0x16, 0xb6, 0x50, 0x06, 0xf3, 0x74, 0x8a, 0xbf, 0x95, 0x63, 0x7c, 0xf7, 0x61, 0x8d, 0xf2, 0xe5, 0xd3, 0xe1, 0xbc, 0x6c, 0x2a, 0xab, 0xf3, 0x74, 0xba, 0x2f, 0xde, 0xe4, 0xff, 0x58, 0x40, 0x5a, 0xd0, 0x6d, 0x7d, 0x41, 0x97, 0xd6, 0x49, 0xa7, 0x62, 0x9d, 0xa8, 0x61, 0xaa, 0xab, 0x87, 0xa9, 0x3c, 0x83, 0x05, 0x2d, 0x83, 0xe5, 0xcb, 0xa3, 0xa7, 0xef, 0x75, 0x70, 0xf5, 0xf7, 0x17, 0xfd, 0xb6, 0x68, 0x50, 0x75, 0x5f, 0xaf, 0xf0, 0xa1, 0x65, 0xcd, 0x87, 0x64, 0xd7, 0x1d, 0x6a, 0xae, 0x9b, 0x81, 0x5d, 0xe9, 0x9a, 0x97, 0x4b, 0xd9, 0xee, 0x2b, 0x29, 0x9b, 0xf8, 0xcd, 0x47, 0x85, 0xc3, 0xb0, 0x30, 0xf8, 0xe0, 0xe6, 0x8f, 0x76, 0xc4, 0x6f, 0x12, 0x3f, 0x62, 0xff, 0x0e, 0xeb, 0xa3, 0xa9, 0x9b, 0x91, 0x97, 0xee, 0xd9, 0xc7, 0xf1, 0xe1, 0xc7, 0xa7, 0x9f, 0x1e, 0x2e, 0xe1, 0x7f, 0xc7, 0xfa, 0xce, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xf4, 0xb6, 0x94, 0x0d, 0x2d, 0x4b, 0x00, 0x00, }