// 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 LoginRequest struct { Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username"` Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password"` 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{0} } 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 "" } type LoginReply struct { Uid int64 `protobuf:"varint,1,opt,name=uid,proto3" json:"uid"` 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{1} } 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 } 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"` 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{2} } 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 "" } 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{3} } 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"` 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{4} } 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 } type UserUpdateReply struct { 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{5} } 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 type UserDelRequest 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 *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{6} } 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 } type UserDelReply struct { 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{7} } 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 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 []int64 `protobuf:"varint,3,rep,packed,name=permission_codes,json=permissionCodes,proto3" json:"permission_codes"` IsSuper bool `protobuf:"varint,4,opt,name=is_super,json=isSuper,proto3" json:"is_super"` 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{8} } 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() []int64 { if m != nil { return m.PermissionCodes } return nil } func (m *GroupAddRequest) GetIsSuper() bool { if m != nil { return m.IsSuper } return false } 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{9} } 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 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"` 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{10} } 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 } 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"` 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{11} } 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 "" } 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{12} } 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{13} } 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{14} } 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{15} } 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{16} } 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 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{17} } 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"` 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{18} } 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 } 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{19} } 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 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{20} } 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{21} } 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 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{22} } 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{23} } 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 GardenRentSellCountRequest struct { GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` RentIncrease int64 `protobuf:"varint,2,opt,name=rent_increase,json=rentIncrease,proto3" json:"rent_increase"` SellIncrease int64 `protobuf:"varint,3,opt,name=sell_increase,json=sellIncrease,proto3" json:"sell_increase"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenRentSellCountRequest) Reset() { *m = GardenRentSellCountRequest{} } func (m *GardenRentSellCountRequest) String() string { return proto.CompactTextString(m) } func (*GardenRentSellCountRequest) ProtoMessage() {} func (*GardenRentSellCountRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{24} } func (m *GardenRentSellCountRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenRentSellCountRequest.Unmarshal(m, b) } func (m *GardenRentSellCountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenRentSellCountRequest.Marshal(b, m, deterministic) } func (m *GardenRentSellCountRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenRentSellCountRequest.Merge(m, src) } func (m *GardenRentSellCountRequest) XXX_Size() int { return xxx_messageInfo_GardenRentSellCountRequest.Size(m) } func (m *GardenRentSellCountRequest) XXX_DiscardUnknown() { xxx_messageInfo_GardenRentSellCountRequest.DiscardUnknown(m) } var xxx_messageInfo_GardenRentSellCountRequest proto.InternalMessageInfo func (m *GardenRentSellCountRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *GardenRentSellCountRequest) GetRentIncrease() int64 { if m != nil { return m.RentIncrease } return 0 } func (m *GardenRentSellCountRequest) GetSellIncrease() int64 { if m != nil { return m.SellIncrease } return 0 } type GardenRentSellCountReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GardenRentSellCountReply) Reset() { *m = GardenRentSellCountReply{} } func (m *GardenRentSellCountReply) String() string { return proto.CompactTextString(m) } func (*GardenRentSellCountReply) ProtoMessage() {} func (*GardenRentSellCountReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{25} } func (m *GardenRentSellCountReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GardenRentSellCountReply.Unmarshal(m, b) } func (m *GardenRentSellCountReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GardenRentSellCountReply.Marshal(b, m, deterministic) } func (m *GardenRentSellCountReply) XXX_Merge(src proto.Message) { xxx_messageInfo_GardenRentSellCountReply.Merge(m, src) } func (m *GardenRentSellCountReply) XXX_Size() int { return xxx_messageInfo_GardenRentSellCountReply.Size(m) } func (m *GardenRentSellCountReply) XXX_DiscardUnknown() { xxx_messageInfo_GardenRentSellCountReply.DiscardUnknown(m) } var xxx_messageInfo_GardenRentSellCountReply 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{26} } 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{27} } 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{28} } 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 } type MsgPackageOrderDecreaseRequest struct { OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"` GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"` Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderDecreaseRequest) Reset() { *m = MsgPackageOrderDecreaseRequest{} } func (m *MsgPackageOrderDecreaseRequest) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderDecreaseRequest) ProtoMessage() {} func (*MsgPackageOrderDecreaseRequest) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{29} } func (m *MsgPackageOrderDecreaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Unmarshal(m, b) } func (m *MsgPackageOrderDecreaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Marshal(b, m, deterministic) } func (m *MsgPackageOrderDecreaseRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderDecreaseRequest.Merge(m, src) } func (m *MsgPackageOrderDecreaseRequest) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Size(m) } func (m *MsgPackageOrderDecreaseRequest) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderDecreaseRequest.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderDecreaseRequest proto.InternalMessageInfo func (m *MsgPackageOrderDecreaseRequest) GetOrderId() int64 { if m != nil { return m.OrderId } return 0 } func (m *MsgPackageOrderDecreaseRequest) GetGardenId() int64 { if m != nil { return m.GardenId } return 0 } func (m *MsgPackageOrderDecreaseRequest) GetCount() int64 { if m != nil { return m.Count } return 0 } type MsgPackageOrderDecreaseReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MsgPackageOrderDecreaseReply) Reset() { *m = MsgPackageOrderDecreaseReply{} } func (m *MsgPackageOrderDecreaseReply) String() string { return proto.CompactTextString(m) } func (*MsgPackageOrderDecreaseReply) ProtoMessage() {} func (*MsgPackageOrderDecreaseReply) Descriptor() ([]byte, []int) { return fileDescriptor_86a7260ebdc12f47, []int{30} } func (m *MsgPackageOrderDecreaseReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MsgPackageOrderDecreaseReply.Unmarshal(m, b) } func (m *MsgPackageOrderDecreaseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MsgPackageOrderDecreaseReply.Marshal(b, m, deterministic) } func (m *MsgPackageOrderDecreaseReply) XXX_Merge(src proto.Message) { xxx_messageInfo_MsgPackageOrderDecreaseReply.Merge(m, src) } func (m *MsgPackageOrderDecreaseReply) XXX_Size() int { return xxx_messageInfo_MsgPackageOrderDecreaseReply.Size(m) } func (m *MsgPackageOrderDecreaseReply) XXX_DiscardUnknown() { xxx_messageInfo_MsgPackageOrderDecreaseReply.DiscardUnknown(m) } var xxx_messageInfo_MsgPackageOrderDecreaseReply proto.InternalMessageInfo func init() { proto.RegisterType((*LoginRequest)(nil), "pb_v1.LoginRequest") proto.RegisterType((*LoginReply)(nil), "pb_v1.LoginReply") 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((*GroupAddRequest)(nil), "pb_v1.GroupAddRequest") proto.RegisterType((*GroupAddReply)(nil), "pb_v1.GroupAddReply") 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((*GardenInfosRequest)(nil), "pb_v1.GardenInfosRequest") proto.RegisterType((*GardenItem)(nil), "pb_v1.GardenItem") proto.RegisterType((*GardenInfosReply)(nil), "pb_v1.GardenInfosReply") proto.RegisterType((*GardenHouseCountChangeRequest)(nil), "pb_v1.GardenHouseCountChangeRequest") proto.RegisterType((*GardenHouseCountChangeReply)(nil), "pb_v1.GardenHouseCountChangeReply") proto.RegisterType((*GardenHouseCountLimitRequest)(nil), "pb_v1.GardenHouseCountLimitRequest") proto.RegisterType((*GardenHouseCountLimitReply)(nil), "pb_v1.GardenHouseCountLimitReply") proto.RegisterType((*GardenRentSellCountRequest)(nil), "pb_v1.GardenRentSellCountRequest") proto.RegisterType((*GardenRentSellCountReply)(nil), "pb_v1.GardenRentSellCountReply") proto.RegisterType((*MsgPackageOrderListRequest)(nil), "pb_v1.MsgPackageOrderListRequest") proto.RegisterType((*MsgPackageOrderItem)(nil), "pb_v1.MsgPackageOrderItem") proto.RegisterType((*MsgPackageOrderListReply)(nil), "pb_v1.MsgPackageOrderListReply") proto.RegisterType((*MsgPackageOrderDecreaseRequest)(nil), "pb_v1.MsgPackageOrderDecreaseRequest") proto.RegisterType((*MsgPackageOrderDecreaseReply)(nil), "pb_v1.MsgPackageOrderDecreaseReply") } func init() { proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47) } var fileDescriptor_86a7260ebdc12f47 = []byte{ // 1501 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcd, 0x6e, 0x1c, 0xc5, 0x16, 0x56, 0xcf, 0x64, 0xfe, 0x8e, 0xe7, 0xc7, 0xee, 0xd8, 0x71, 0xc7, 0xb1, 0x1d, 0xdf, 0x8e, 0x92, 0xeb, 0x7b, 0xa5, 0xeb, 0x28, 0x97, 0x15, 0x62, 0xe5, 0x38, 0x22, 0x8c, 0x94, 0x80, 0xd5, 0x21, 0x42, 0x62, 0xc1, 0xa8, 0xa6, 0xbb, 0x32, 0x2e, 0xa5, 0xff, 0xe8, 0xaa, 0x31, 0x4c, 0xb6, 0x48, 0x6c, 0x58, 0xf1, 0x1c, 0xbc, 0x04, 0x4f, 0xc1, 0x03, 0xf0, 0x14, 0x2c, 0xd1, 0xa9, 0x53, 0xfd, 0xeb, 0x71, 0x48, 0x10, 0xca, 0xca, 0x75, 0xbe, 0x3a, 0x75, 0xfa, 0xfc, 0x7d, 0xa7, 0x6a, 0x0c, 0x43, 0xb9, 0x92, 0x8a, 0x47, 0x27, 0x69, 0x96, 0xa8, 0xc4, 0xee, 0xa4, 0xf3, 0xd9, 0xe5, 0x23, 0xf7, 0x53, 0x18, 0x3e, 0x4b, 0x16, 0x22, 0xf6, 0xf8, 0xb7, 0x4b, 0x2e, 0x95, 0xbd, 0x07, 0xfd, 0xa5, 0xe4, 0x59, 0xcc, 0x22, 0xee, 0x58, 0x47, 0xd6, 0xf1, 0xc0, 0x2b, 0x64, 0xdc, 0x4b, 0x99, 0x94, 0xdf, 0x25, 0x59, 0xe0, 0xb4, 0x68, 0x2f, 0x97, 0xdd, 0x43, 0x00, 0x63, 0x27, 0x0d, 0x57, 0xf6, 0x26, 0xb4, 0x97, 0x22, 0xd0, 0x06, 0xda, 0x1e, 0x2e, 0xdd, 0x3f, 0x2c, 0x18, 0xbf, 0x94, 0x3c, 0x3b, 0x0d, 0x82, 0xfc, 0x53, 0x77, 0x60, 0x80, 0xa6, 0x67, 0xcd, 0x6f, 0x7d, 0xfe, 0x17, 0xdf, 0xb2, 0xb7, 0xa1, 0xc3, 0x23, 0x26, 0x42, 0xa7, 0xad, 0x37, 0x48, 0x40, 0x34, 0xbd, 0x48, 0x62, 0xee, 0xdc, 0x20, 0x54, 0x0b, 0xf6, 0x6d, 0xe8, 0x2f, 0xb2, 0x64, 0x99, 0xce, 0x44, 0xe0, 0x74, 0xb4, 0x3b, 0x3d, 0x2d, 0x4f, 0x03, 0xfb, 0x16, 0x74, 0x79, 0xcc, 0xe6, 0x21, 0x77, 0xba, 0x47, 0xd6, 0x71, 0xdf, 0x33, 0x12, 0xfa, 0xb5, 0x60, 0x59, 0xc0, 0x63, 0x3c, 0xd3, 0xd3, 0x67, 0xfa, 0x04, 0x4c, 0x03, 0x8c, 0xcc, 0x17, 0x81, 0xd3, 0xa7, 0xc8, 0x7c, 0x11, 0xd8, 0x77, 0x61, 0xc3, 0xa8, 0xeb, 0x40, 0x06, 0xfa, 0xeb, 0x40, 0x10, 0x86, 0xe2, 0x1e, 0xc2, 0xb0, 0x88, 0x1c, 0x93, 0x33, 0x86, 0x56, 0x91, 0x9b, 0x96, 0x08, 0xdc, 0x9f, 0x5a, 0xb0, 0x85, 0x0a, 0x2f, 0xd3, 0x80, 0x29, 0xfe, 0x41, 0xb3, 0x53, 0xa6, 0xa0, 0x53, 0x4b, 0x01, 0xb9, 0xd8, 0xcd, 0x5d, 0xfc, 0xa7, 0x53, 0x52, 0xab, 0x0a, 0xd4, 0xaa, 0xe2, 0x6e, 0xc1, 0xa4, 0x9a, 0x8c, 0x34, 0x5c, 0xb9, 0x47, 0xd4, 0x3a, 0x4f, 0x78, 0x98, 0x27, 0xa7, 0x99, 0xc2, 0x31, 0xa5, 0x58, 0x6b, 0xe0, 0x89, 0x1f, 0x2d, 0x98, 0x3c, 0x45, 0x83, 0xf5, 0x76, 0x2b, 0x63, 0xb0, 0xd6, 0xc7, 0xd0, 0x2a, 0x63, 0xf8, 0x0f, 0x6c, 0xa6, 0x3c, 0x8b, 0x84, 0x94, 0x22, 0x89, 0x67, 0x7e, 0x12, 0x70, 0xe9, 0xb4, 0x8f, 0xda, 0xc7, 0x6d, 0x6f, 0x52, 0xe2, 0x67, 0x08, 0x63, 0x34, 0x42, 0xce, 0xe4, 0x32, 0xe5, 0x99, 0x4e, 0x6f, 0xdf, 0xeb, 0x09, 0xf9, 0x02, 0x45, 0xf7, 0x2e, 0x8c, 0x4a, 0x3f, 0xd6, 0x15, 0xff, 0xe7, 0x16, 0xc5, 0xfb, 0x4c, 0x48, 0x95, 0x7b, 0x6a, 0x9c, 0xb1, 0x4a, 0x67, 0x6a, 0xbe, 0xb7, 0x1a, 0xbe, 0xdb, 0x70, 0x23, 0x65, 0x0b, 0xae, 0xeb, 0xdd, 0xf6, 0xf4, 0x1a, 0x0f, 0xe0, 0xdf, 0x99, 0x14, 0x6f, 0xa8, 0xe4, 0x6d, 0xec, 0x90, 0x05, 0x7f, 0x21, 0xde, 0xf0, 0x66, 0x79, 0x3a, 0x57, 0xca, 0x53, 0xeb, 0xbd, 0x6e, 0xa3, 0xf7, 0x0e, 0x00, 0xe6, 0xab, 0x99, 0x9f, 0x44, 0x29, 0x8b, 0x57, 0xba, 0x19, 0xfa, 0xde, 0x60, 0xbe, 0x3a, 0x23, 0xa0, 0x56, 0xda, 0x7e, 0x9d, 0x70, 0x45, 0x0f, 0x0e, 0xaa, 0x3d, 0xb8, 0x09, 0x6d, 0x11, 0x48, 0x07, 0x74, 0x6e, 0x71, 0xe9, 0xfe, 0xde, 0x86, 0x3e, 0xe6, 0x64, 0xaa, 0x78, 0xf4, 0x61, 0x78, 0xb0, 0x0d, 0x1d, 0x2a, 0x1f, 0xd1, 0x80, 0x84, 0x6b, 0x07, 0x04, 0xd5, 0xb0, 0xb7, 0x9e, 0x1d, 0xfd, 0xf5, 0x9d, 0x35, 0xb8, 0x96, 0x1d, 0x70, 0x25, 0xfd, 0x07, 0x00, 0x7e, 0xc6, 0x99, 0xe2, 0xc1, 0x8c, 0x29, 0x67, 0x43, 0xef, 0x0f, 0x0c, 0x72, 0xaa, 0x6a, 0x19, 0x1e, 0xd6, 0x33, 0x7c, 0x00, 0x40, 0x5b, 0xda, 0xf2, 0x88, 0x4e, 0x6a, 0x44, 0x1b, 0xfe, 0x37, 0x4c, 0x02, 0x9e, 0xb2, 0x4c, 0x45, 0x3c, 0x56, 0xa4, 0x33, 0xd6, 0x3a, 0xe3, 0x12, 0xce, 0x1b, 0x20, 0xe3, 0x2c, 0x24, 0x95, 0x09, 0x25, 0x16, 0x81, 0xdc, 0xca, 0x9c, 0x49, 0x3e, 0x2b, 0x69, 0xe0, 0x6c, 0x1e, 0x59, 0xc7, 0x1d, 0x6f, 0x8c, 0xf0, 0x79, 0x81, 0xa2, 0x95, 0x24, 0xe5, 0xb1, 0x88, 0xd0, 0xd3, 0x2d, 0xb2, 0x42, 0xc0, 0x34, 0x70, 0xbf, 0x81, 0x51, 0xd9, 0xf7, 0xc8, 0x8c, 0x6d, 0xe8, 0xa8, 0x44, 0xb1, 0xd0, 0xf4, 0x3d, 0x09, 0x45, 0x73, 0xb7, 0x2a, 0xcd, 0x7d, 0x0f, 0x6e, 0x84, 0x42, 0x2a, 0x4d, 0xc7, 0x8d, 0xff, 0x4f, 0x4e, 0xf4, 0x4d, 0x76, 0x92, 0x77, 0x8c, 0xa7, 0x37, 0xdd, 0xc7, 0xb0, 0xa5, 0x29, 0xa8, 0xe9, 0xf7, 0xf7, 0x98, 0xe5, 0xfe, 0x0b, 0x26, 0x55, 0x1b, 0xeb, 0xf8, 0xfb, 0x15, 0xec, 0xe2, 0x87, 0x9f, 0xea, 0x23, 0x67, 0x17, 0x2c, 0x5e, 0xf0, 0x77, 0x1a, 0x38, 0x8d, 0x26, 0x68, 0x5d, 0xb9, 0x35, 0x76, 0x61, 0xe7, 0xaa, 0x61, 0x9c, 0x6d, 0x0f, 0xc0, 0x26, 0x70, 0x1a, 0xbf, 0x4a, 0x64, 0x25, 0x32, 0x64, 0x91, 0x55, 0xb2, 0xe8, 0x97, 0x2e, 0x80, 0x51, 0x44, 0x1e, 0x5d, 0x0d, 0x1d, 0xc9, 0x93, 0x25, 0x97, 0x22, 0xf6, 0x79, 0x41, 0x1e, 0x23, 0xdb, 0xf7, 0x60, 0x94, 0xaf, 0xf5, 0xec, 0x33, 0x24, 0x1a, 0xe6, 0x20, 0x0e, 0x3e, 0xac, 0x8d, 0x2f, 0xd4, 0xca, 0x50, 0x49, 0xaf, 0x31, 0x68, 0xfc, 0x4b, 0x87, 0x68, 0xb2, 0xf4, 0x11, 0xc8, 0x0f, 0xb0, 0x8c, 0x33, 0x33, 0x52, 0xf4, 0x1a, 0x0f, 0xe0, 0x5f, 0x3a, 0xd0, 0xa3, 0x03, 0x08, 0xe8, 0x03, 0xb7, 0xa0, 0x2b, 0x55, 0xc6, 0xb9, 0xd2, 0xb4, 0x1a, 0x78, 0x46, 0xc2, 0xec, 0xd1, 0x8a, 0x8e, 0x99, 0x0b, 0x86, 0x20, 0x7d, 0x70, 0x1f, 0x06, 0x7e, 0x12, 0x45, 0x42, 0x29, 0x9e, 0x33, 0xac, 0x04, 0xec, 0xfb, 0x30, 0x2e, 0x04, 0xb2, 0x40, 0x24, 0x1b, 0x15, 0xa8, 0x36, 0xd2, 0xa8, 0xd1, 0xf0, 0x0a, 0x51, 0x4b, 0x05, 0x16, 0x04, 0x99, 0xe1, 0x9b, 0x51, 0x38, 0x0d, 0x82, 0x0c, 0xa9, 0x92, 0x66, 0x49, 0xca, 0x33, 0xb5, 0x42, 0xba, 0xc8, 0x24, 0xce, 0x09, 0x97, 0xc3, 0xe7, 0x1a, 0x45, 0x8f, 0x4a, 0x45, 0x3d, 0x9f, 0x88, 0x75, 0xa3, 0x42, 0x4f, 0xcf, 0x29, 0xea, 0xbe, 0xcd, 0x62, 0xf2, 0x20, 0xdf, 0xc9, 0x81, 0x54, 0xf8, 0x86, 0x62, 0xa6, 0xe9, 0xce, 0x85, 0x5f, 0xf1, 0x2f, 0xe0, 0xd2, 0x77, 0xec, 0xaa, 0x7f, 0x4f, 0xb8, 0xf4, 0xed, 0x1d, 0xe8, 0x8a, 0x78, 0xb6, 0x94, 0xdc, 0xb9, 0x49, 0x83, 0x4f, 0xc4, 0x2f, 0xa5, 0x1e, 0xc9, 0x61, 0xac, 0x9c, 0xed, 0x23, 0xeb, 0xd8, 0xf2, 0x70, 0xa9, 0x11, 0xa6, 0x9c, 0x1d, 0x83, 0x30, 0xfd, 0x50, 0x64, 0x69, 0xca, 0xe3, 0x40, 0x7c, 0xef, 0xdc, 0x3a, 0x6a, 0xeb, 0xb2, 0x19, 0x99, 0xca, 0xc6, 0xd4, 0x52, 0x3a, 0xbb, 0x7a, 0x30, 0x18, 0x09, 0xcf, 0xbc, 0xe2, 0x3c, 0x98, 0x33, 0xff, 0xb5, 0xe3, 0x50, 0xa9, 0x73, 0x19, 0xa7, 0x5a, 0xca, 0x56, 0xb3, 0x08, 0xab, 0x71, 0x5b, 0x9f, 0xea, 0xa5, 0x6c, 0xf5, 0x1c, 0xeb, 0xb0, 0x03, 0xdd, 0xc8, 0xbf, 0x40, 0x16, 0xed, 0xd1, 0xd0, 0x8e, 0xfc, 0x8b, 0x69, 0x60, 0xff, 0x17, 0xb6, 0x2e, 0x92, 0xa5, 0xc4, 0x0a, 0x2e, 0x63, 0x35, 0x0b, 0x45, 0x24, 0x94, 0x73, 0x47, 0xe7, 0x66, 0xa2, 0x37, 0xce, 0x10, 0x7f, 0x86, 0x30, 0x66, 0xa2, 0xa2, 0xeb, 0xec, 0x6b, 0x2d, 0x28, 0xb5, 0xdc, 0x8f, 0x61, 0xb3, 0xc6, 0x2a, 0xe4, 0xfa, 0x7d, 0x33, 0x67, 0x2c, 0x3d, 0x67, 0xb6, 0xcc, 0x9c, 0x29, 0x39, 0x65, 0x26, 0x8d, 0x07, 0x07, 0x84, 0x7d, 0x56, 0x98, 0x7b, 0x8f, 0x41, 0xb0, 0x0d, 0x1d, 0xf2, 0x89, 0x86, 0x0f, 0x09, 0xee, 0x01, 0xdc, 0xb9, 0xce, 0x26, 0xce, 0x80, 0x4f, 0x60, 0xbf, 0xb9, 0xad, 0xe3, 0x7c, 0x97, 0x2f, 0xba, 0x02, 0xf6, 0xae, 0x39, 0x8c, 0x41, 0x37, 0x32, 0x65, 0x35, 0x33, 0xb5, 0x3e, 0xed, 0xad, 0xb5, 0x69, 0x77, 0x7f, 0xb0, 0xf2, 0x6f, 0x79, 0x3c, 0x56, 0x2f, 0x78, 0x18, 0xea, 0xcd, 0x77, 0x4a, 0xcc, 0x3d, 0x18, 0x65, 0x78, 0x4d, 0x89, 0x18, 0xaf, 0x3e, 0x99, 0x5f, 0x01, 0x43, 0x04, 0xa7, 0x06, 0x43, 0x25, 0xc9, 0xc3, 0xb0, 0x54, 0xa2, 0x47, 0xd0, 0x10, 0xc1, 0x5c, 0xc9, 0xdd, 0x03, 0x67, 0xad, 0x13, 0x98, 0xc9, 0x5f, 0x2d, 0xd8, 0x7b, 0x2e, 0x17, 0xe7, 0xcc, 0x7f, 0xcd, 0x16, 0xfc, 0x8b, 0x2c, 0xa8, 0x3f, 0xc5, 0xde, 0xea, 0xe1, 0x21, 0x40, 0xc4, 0x62, 0xb6, 0xe0, 0x78, 0x6f, 0x6a, 0xf7, 0xfa, 0x5e, 0x05, 0x79, 0xff, 0x87, 0xd9, 0x3e, 0x0c, 0xd8, 0x25, 0x13, 0x61, 0xe5, 0x45, 0x5e, 0x02, 0x15, 0x56, 0xd1, 0xc3, 0xdc, 0x48, 0xee, 0x6f, 0x6d, 0xb8, 0xd9, 0x08, 0x41, 0x4f, 0xfc, 0xdb, 0xd0, 0x4f, 0x50, 0x28, 0x5d, 0xef, 0x69, 0x99, 0x9e, 0x8c, 0x95, 0x6b, 0x47, 0xaf, 0x6d, 0x07, 0x7a, 0x38, 0xfe, 0x30, 0x14, 0x1a, 0xf6, 0xb9, 0x88, 0x3e, 0x47, 0x72, 0x61, 0x1a, 0xc2, 0xf8, 0x1c, 0xc9, 0x05, 0xb5, 0xc3, 0x03, 0x98, 0xe0, 0xa6, 0xbe, 0xad, 0x8d, 0x0a, 0xfd, 0xce, 0x1a, 0x45, 0x72, 0xf1, 0x25, 0xa2, 0xa4, 0x77, 0x02, 0x37, 0x51, 0xaf, 0x08, 0xc7, 0xe8, 0x52, 0x28, 0x5b, 0x91, 0x5c, 0x9c, 0xe6, 0x3b, 0xa4, 0x7f, 0x00, 0x90, 0x52, 0x44, 0xe5, 0x6f, 0x8e, 0x81, 0x41, 0xa8, 0x3b, 0xf2, 0x6d, 0x32, 0x44, 0xef, 0xae, 0xa1, 0x01, 0x0b, 0x1b, 0x95, 0x87, 0x14, 0x3d, 0xc1, 0x2a, 0x0f, 0x29, 0x7c, 0x0b, 0x66, 0xc2, 0xe7, 0xe6, 0x27, 0x08, 0x09, 0x98, 0x66, 0x16, 0x69, 0x93, 0x1b, 0x94, 0x66, 0x92, 0x2a, 0xe9, 0x1f, 0xd6, 0x86, 0x5a, 0xe3, 0x96, 0x18, 0xad, 0x7b, 0x4d, 0x97, 0x3d, 0x34, 0x6e, 0xf4, 0x50, 0x75, 0x24, 0x4e, 0xea, 0x23, 0xd1, 0x55, 0xe0, 0xac, 0x6d, 0x4d, 0xa4, 0x69, 0xde, 0x5b, 0x56, 0xa5, 0xb7, 0x8a, 0x17, 0x54, 0xab, 0xfa, 0x82, 0x3a, 0xa9, 0xbd, 0x96, 0xf6, 0xcc, 0x14, 0x5b, 0xd3, 0x30, 0x66, 0x9c, 0xc5, 0x70, 0xd8, 0xd8, 0x7c, 0xc2, 0x89, 0x48, 0x39, 0x29, 0xde, 0xd2, 0x58, 0x6f, 0xfd, 0xa1, 0x52, 0x8c, 0xba, 0x76, 0x75, 0xd4, 0x1d, 0xc2, 0xfe, 0xb5, 0xdf, 0x4b, 0xc3, 0xd5, 0xe3, 0xdd, 0xaf, 0x77, 0xf2, 0x4b, 0xf0, 0x7f, 0x64, 0xea, 0x61, 0x3a, 0x7f, 0x78, 0xf9, 0x68, 0xde, 0xd5, 0xff, 0xc8, 0xf8, 0xe8, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x65, 0x13, 0xbd, 0x71, 0xd8, 0x10, 0x00, 0x00, }