|  | @@ -266,6 +266,70 @@ func (x *SearchRoleResponse) GetList() []*AddRoleRequest {
 | 
	
		
			
				|  |  |  	return nil
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +// 角色对应权限列表
 | 
	
		
			
				|  |  | +type RolePermissionsList struct {
 | 
	
		
			
				|  |  | +	state         protoimpl.MessageState
 | 
	
		
			
				|  |  | +	sizeCache     protoimpl.SizeCache
 | 
	
		
			
				|  |  | +	unknownFields protoimpl.UnknownFields
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +	MobileList  []int64 `protobuf:"varint,1,rep,packed,name=mobile_list,json=mobileList,proto3" json:"mobile_list,omitempty"`    // 移动端权限id
 | 
	
		
			
				|  |  | +	PastureList []int64 `protobuf:"varint,2,rep,packed,name=pasture_list,json=pastureList,proto3" json:"pasture_list,omitempty"` // 牧场端列表
 | 
	
		
			
				|  |  | +	MenuList    []int64 `protobuf:"varint,3,rep,packed,name=menu_list,json=menuList,proto3" json:"menu_list,omitempty"`          // 后端权限列表
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *RolePermissionsList) Reset() {
 | 
	
		
			
				|  |  | +	*x = RolePermissionsList{}
 | 
	
		
			
				|  |  | +	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[3]
 | 
	
		
			
				|  |  | +		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  | +		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *RolePermissionsList) String() string {
 | 
	
		
			
				|  |  | +	return protoimpl.X.MessageStringOf(x)
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (*RolePermissionsList) ProtoMessage() {}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *RolePermissionsList) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[3]
 | 
	
		
			
				|  |  | +	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  | +		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  | +		if ms.LoadMessageInfo() == nil {
 | 
	
		
			
				|  |  | +			ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  | +		return ms
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return mi.MessageOf(x)
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +// Deprecated: Use RolePermissionsList.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  | +func (*RolePermissionsList) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{3}
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *RolePermissionsList) GetMobileList() []int64 {
 | 
	
		
			
				|  |  | +	if x != nil {
 | 
	
		
			
				|  |  | +		return x.MobileList
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *RolePermissionsList) GetPastureList() []int64 {
 | 
	
		
			
				|  |  | +	if x != nil {
 | 
	
		
			
				|  |  | +		return x.PastureList
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +func (x *RolePermissionsList) GetMenuList() []int64 {
 | 
	
		
			
				|  |  | +	if x != nil {
 | 
	
		
			
				|  |  | +		return x.MenuList
 | 
	
		
			
				|  |  | +	}
 | 
	
		
			
				|  |  | +	return nil
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  // 用户token
 | 
	
		
			
				|  |  |  type SystemToken struct {
 | 
	
		
			
				|  |  |  	state         protoimpl.MessageState
 | 
	
	
		
			
				|  | @@ -278,7 +342,7 @@ type SystemToken struct {
 | 
	
		
			
				|  |  |  func (x *SystemToken) Reset() {
 | 
	
		
			
				|  |  |  	*x = SystemToken{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[3]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[4]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -291,7 +355,7 @@ func (x *SystemToken) String() string {
 | 
	
		
			
				|  |  |  func (*SystemToken) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SystemToken) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[3]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[4]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -304,7 +368,7 @@ func (x *SystemToken) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use SystemToken.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*SystemToken) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{3}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{4}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SystemToken) GetToken() string {
 | 
	
	
		
			
				|  | @@ -330,7 +394,7 @@ type UserAuth struct {
 | 
	
		
			
				|  |  |  func (x *UserAuth) Reset() {
 | 
	
		
			
				|  |  |  	*x = UserAuth{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[4]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[5]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -343,7 +407,7 @@ func (x *UserAuth) String() string {
 | 
	
		
			
				|  |  |  func (*UserAuth) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *UserAuth) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[4]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[5]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -356,7 +420,7 @@ func (x *UserAuth) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use UserAuth.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*UserAuth) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{4}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{5}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *UserAuth) GetUserName() string {
 | 
	
	
		
			
				|  | @@ -406,7 +470,7 @@ type UserRole struct {
 | 
	
		
			
				|  |  |  func (x *UserRole) Reset() {
 | 
	
		
			
				|  |  |  	*x = UserRole{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[5]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[6]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -419,7 +483,7 @@ func (x *UserRole) String() string {
 | 
	
		
			
				|  |  |  func (*UserRole) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *UserRole) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[5]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[6]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -432,7 +496,7 @@ func (x *UserRole) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use UserRole.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*UserRole) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{5}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{6}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *UserRole) GetId() int64 {
 | 
	
	
		
			
				|  | @@ -468,7 +532,7 @@ type AddSystemUser struct {
 | 
	
		
			
				|  |  |  func (x *AddSystemUser) Reset() {
 | 
	
		
			
				|  |  |  	*x = AddSystemUser{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[6]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[7]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -481,7 +545,7 @@ func (x *AddSystemUser) String() string {
 | 
	
		
			
				|  |  |  func (*AddSystemUser) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *AddSystemUser) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[6]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[7]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -494,7 +558,7 @@ func (x *AddSystemUser) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use AddSystemUser.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*AddSystemUser) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{6}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{7}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *AddSystemUser) GetId() int64 {
 | 
	
	
		
			
				|  | @@ -577,7 +641,7 @@ type SearchUserRequest struct {
 | 
	
		
			
				|  |  |  func (x *SearchUserRequest) Reset() {
 | 
	
		
			
				|  |  |  	*x = SearchUserRequest{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[7]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[8]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -590,7 +654,7 @@ func (x *SearchUserRequest) String() string {
 | 
	
		
			
				|  |  |  func (*SearchUserRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchUserRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[7]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[8]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -603,7 +667,7 @@ func (x *SearchUserRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use SearchUserRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*SearchUserRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{7}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{8}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchUserRequest) GetName() string {
 | 
	
	
		
			
				|  | @@ -661,7 +725,7 @@ type SearchUserResponse struct {
 | 
	
		
			
				|  |  |  func (x *SearchUserResponse) Reset() {
 | 
	
		
			
				|  |  |  	*x = SearchUserResponse{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[8]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[9]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -674,7 +738,7 @@ func (x *SearchUserResponse) String() string {
 | 
	
		
			
				|  |  |  func (*SearchUserResponse) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchUserResponse) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[8]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[9]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -687,7 +751,7 @@ func (x *SearchUserResponse) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use SearchUserResponse.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*SearchUserResponse) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{8}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{9}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchUserResponse) GetPage() int32 {
 | 
	
	
		
			
				|  | @@ -723,7 +787,7 @@ type IsShowSystemUserRequest struct {
 | 
	
		
			
				|  |  |  func (x *IsShowSystemUserRequest) Reset() {
 | 
	
		
			
				|  |  |  	*x = IsShowSystemUserRequest{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[9]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[10]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -736,7 +800,7 @@ func (x *IsShowSystemUserRequest) String() string {
 | 
	
		
			
				|  |  |  func (*IsShowSystemUserRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *IsShowSystemUserRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[9]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[10]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -749,7 +813,7 @@ func (x *IsShowSystemUserRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use IsShowSystemUserRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*IsShowSystemUserRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{9}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{10}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *IsShowSystemUserRequest) GetUserId() int64 {
 | 
	
	
		
			
				|  | @@ -794,7 +858,7 @@ type AddMenuRequest struct {
 | 
	
		
			
				|  |  |  func (x *AddMenuRequest) Reset() {
 | 
	
		
			
				|  |  |  	*x = AddMenuRequest{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[10]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[11]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -807,7 +871,7 @@ func (x *AddMenuRequest) String() string {
 | 
	
		
			
				|  |  |  func (*AddMenuRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *AddMenuRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[10]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[11]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -820,7 +884,7 @@ func (x *AddMenuRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use AddMenuRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*AddMenuRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{10}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{11}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *AddMenuRequest) GetId() int64 {
 | 
	
	
		
			
				|  | @@ -954,7 +1018,7 @@ type IsShowSystemMenuRequest struct {
 | 
	
		
			
				|  |  |  func (x *IsShowSystemMenuRequest) Reset() {
 | 
	
		
			
				|  |  |  	*x = IsShowSystemMenuRequest{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[11]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[12]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -967,7 +1031,7 @@ func (x *IsShowSystemMenuRequest) String() string {
 | 
	
		
			
				|  |  |  func (*IsShowSystemMenuRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *IsShowSystemMenuRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[11]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[12]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -980,7 +1044,7 @@ func (x *IsShowSystemMenuRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use IsShowSystemMenuRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*IsShowSystemMenuRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{11}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{12}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *IsShowSystemMenuRequest) GetMenuId() int64 {
 | 
	
	
		
			
				|  | @@ -1010,7 +1074,7 @@ type SearchMenuRequest struct {
 | 
	
		
			
				|  |  |  func (x *SearchMenuRequest) Reset() {
 | 
	
		
			
				|  |  |  	*x = SearchMenuRequest{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[12]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[13]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -1023,7 +1087,7 @@ func (x *SearchMenuRequest) String() string {
 | 
	
		
			
				|  |  |  func (*SearchMenuRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchMenuRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[12]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[13]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -1036,7 +1100,7 @@ func (x *SearchMenuRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use SearchMenuRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*SearchMenuRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{12}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{13}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchMenuRequest) GetName() string {
 | 
	
	
		
			
				|  | @@ -1066,7 +1130,7 @@ type SearchMenuResponse struct {
 | 
	
		
			
				|  |  |  func (x *SearchMenuResponse) Reset() {
 | 
	
		
			
				|  |  |  	*x = SearchMenuResponse{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[13]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[14]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -1079,7 +1143,7 @@ func (x *SearchMenuResponse) String() string {
 | 
	
		
			
				|  |  |  func (*SearchMenuResponse) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchMenuResponse) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[13]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[14]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -1092,7 +1156,7 @@ func (x *SearchMenuResponse) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use SearchMenuResponse.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*SearchMenuResponse) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{13}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{14}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SearchMenuResponse) GetPage() int32 {
 | 
	
	
		
			
				|  | @@ -1130,7 +1194,7 @@ type SystemUserMenuPermissions struct {
 | 
	
		
			
				|  |  |  func (x *SystemUserMenuPermissions) Reset() {
 | 
	
		
			
				|  |  |  	*x = SystemUserMenuPermissions{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[14]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[15]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -1143,7 +1207,7 @@ func (x *SystemUserMenuPermissions) String() string {
 | 
	
		
			
				|  |  |  func (*SystemUserMenuPermissions) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SystemUserMenuPermissions) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[14]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[15]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -1156,7 +1220,7 @@ func (x *SystemUserMenuPermissions) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use SystemUserMenuPermissions.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*SystemUserMenuPermissions) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{14}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{15}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *SystemUserMenuPermissions) GetPastureList() []*AddPastureRequest {
 | 
	
	
		
			
				|  | @@ -1193,7 +1257,7 @@ type AddMobileRequest struct {
 | 
	
		
			
				|  |  |  func (x *AddMobileRequest) Reset() {
 | 
	
		
			
				|  |  |  	*x = AddMobileRequest{}
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled {
 | 
	
		
			
				|  |  | -		mi := &file_backend_operation_system_proto_msgTypes[15]
 | 
	
		
			
				|  |  | +		mi := &file_backend_operation_system_proto_msgTypes[16]
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		ms.StoreMessageInfo(mi)
 | 
	
		
			
				|  |  |  	}
 | 
	
	
		
			
				|  | @@ -1206,7 +1270,7 @@ func (x *AddMobileRequest) String() string {
 | 
	
		
			
				|  |  |  func (*AddMobileRequest) ProtoMessage() {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *AddMobileRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  | -	mi := &file_backend_operation_system_proto_msgTypes[15]
 | 
	
		
			
				|  |  | +	mi := &file_backend_operation_system_proto_msgTypes[16]
 | 
	
		
			
				|  |  |  	if protoimpl.UnsafeEnabled && x != nil {
 | 
	
		
			
				|  |  |  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
 | 
	
		
			
				|  |  |  		if ms.LoadMessageInfo() == nil {
 | 
	
	
		
			
				|  | @@ -1219,7 +1283,7 @@ func (x *AddMobileRequest) ProtoReflect() protoreflect.Message {
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // Deprecated: Use AddMobileRequest.ProtoReflect.Descriptor instead.
 | 
	
		
			
				|  |  |  func (*AddMobileRequest) Descriptor() ([]byte, []int) {
 | 
	
		
			
				|  |  | -	return file_backend_operation_system_proto_rawDescGZIP(), []int{15}
 | 
	
		
			
				|  |  | +	return file_backend_operation_system_proto_rawDescGZIP(), []int{16}
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  func (x *AddMobileRequest) GetId() int64 {
 | 
	
	
		
			
				|  | @@ -1285,150 +1349,157 @@ var file_backend_operation_system_proto_rawDesc = []byte{
 | 
	
		
			
				|  |  |  	0x6c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x61, 0x63,
 | 
	
		
			
				|  |  |  	0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41,
 | 
	
		
			
				|  |  |  	0x64, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x6c,
 | 
	
		
			
				|  |  | -	0x69, 0x73, 0x74, 0x22, 0x23, 0x0a, 0x0b, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x54, 0x6f, 0x6b,
 | 
	
		
			
				|  |  | -	0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | -	0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xb1, 0x01, 0x0a, 0x08, 0x55, 0x73, 0x65,
 | 
	
		
			
				|  |  | -	0x72, 0x41, 0x75, 0x74, 0x68, 0x12, 0x1b, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61,
 | 
	
		
			
				|  |  | -	0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61,
 | 
	
		
			
				|  |  | -	0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02,
 | 
	
		
			
				|  |  | -	0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x14,
 | 
	
		
			
				|  |  | -	0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70,
 | 
	
		
			
				|  |  | -	0x68, 0x6f, 0x6e, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20,
 | 
	
		
			
				|  |  | -	0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
 | 
	
		
			
				|  |  | -	0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65,
 | 
	
		
			
				|  |  | -	0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x70, 0x6c, 0x6f,
 | 
	
		
			
				|  |  | -	0x79, 0x65, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
 | 
	
		
			
				|  |  | -	0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2e, 0x0a, 0x08,
 | 
	
		
			
				|  |  | -	0x55, 0x73, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
 | 
	
		
			
				|  |  | -	0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
 | 
	
		
			
				|  |  | -	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xc6, 0x02, 0x0a,
 | 
	
		
			
				|  |  | -	0x0d, 0x41, 0x64, 0x64, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x12, 0x0e,
 | 
	
		
			
				|  |  | -	0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12,
 | 
	
		
			
				|  |  | -	0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
 | 
	
		
			
				|  |  | -	0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | -	0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x31, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65,
 | 
	
		
			
				|  |  | -	0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
 | 
	
		
			
				|  |  | -	0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72,
 | 
	
		
			
				|  |  | -	0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12, 0x37, 0x0a, 0x07, 0x69,
 | 
	
		
			
				|  |  | -	0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62,
 | 
	
		
			
				|  |  | -	0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
 | 
	
		
			
				|  |  | -	0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73,
 | 
	
		
			
				|  |  | -	0x53, 0x68, 0x6f, 0x77, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65,
 | 
	
		
			
				|  |  | -	0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x70,
 | 
	
		
			
				|  |  | -	0x6c, 0x6f, 0x79, 0x65, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x72, 0x65,
 | 
	
		
			
				|  |  | -	0x61, 0x74, 0x65, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a,
 | 
	
		
			
				|  |  | -	0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72,
 | 
	
		
			
				|  |  | -	0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
 | 
	
		
			
				|  |  | -	0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x63, 0x72, 0x65,
 | 
	
		
			
				|  |  | -	0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x09,
 | 
	
		
			
				|  |  | -	0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x46,
 | 
	
		
			
				|  |  | -	0x6f, 0x72, 0x6d, 0x61, 0x74, 0x22, 0xa1, 0x02, 0x0a, 0x11, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
 | 
	
		
			
				|  |  | -	0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e,
 | 
	
		
			
				|  |  | -	0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
 | 
	
		
			
				|  |  | +	0x69, 0x73, 0x74, 0x22, 0x76, 0x0a, 0x13, 0x52, 0x6f, 0x6c, 0x65, 0x50, 0x65, 0x72, 0x6d, 0x69,
 | 
	
		
			
				|  |  | +	0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x6d, 0x6f,
 | 
	
		
			
				|  |  | +	0x62, 0x69, 0x6c, 0x65, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x03, 0x52,
 | 
	
		
			
				|  |  | +	0x0a, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70,
 | 
	
		
			
				|  |  | +	0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28,
 | 
	
		
			
				|  |  | +	0x03, 0x52, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1b,
 | 
	
		
			
				|  |  | +	0x0a, 0x09, 0x6d, 0x65, 0x6e, 0x75, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28,
 | 
	
		
			
				|  |  | +	0x03, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x23, 0x0a, 0x0b, 0x53,
 | 
	
		
			
				|  |  | +	0x79, 0x73, 0x74, 0x65, 0x6d, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f,
 | 
	
		
			
				|  |  | +	0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
 | 
	
		
			
				|  |  | +	0x22, 0xb1, 0x01, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x12, 0x1b, 0x0a,
 | 
	
		
			
				|  |  | +	0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
 | 
	
		
			
				|  |  | +	0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61,
 | 
	
		
			
				|  |  | +	0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61,
 | 
	
		
			
				|  |  | +	0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18,
 | 
	
		
			
				|  |  | +	0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x31, 0x0a, 0x05,
 | 
	
		
			
				|  |  | +	0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x62, 0x61,
 | 
	
		
			
				|  |  | +	0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
 | 
	
		
			
				|  |  | +	0x55, 0x73, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x12,
 | 
	
		
			
				|  |  |  	0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
 | 
	
		
			
				|  |  | -	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65,
 | 
	
		
			
				|  |  | -	0x4e, 0x61, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18,
 | 
	
		
			
				|  |  | -	0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e,
 | 
	
		
			
				|  |  | -	0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77,
 | 
	
		
			
				|  |  | -	0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x2c, 0x0a,
 | 
	
		
			
				|  |  | -	0x12, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74,
 | 
	
		
			
				|  |  | -	0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x10, 0x63, 0x72, 0x65, 0x61, 0x74,
 | 
	
		
			
				|  |  | -	0x65, 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63,
 | 
	
		
			
				|  |  | -	0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65, 0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18,
 | 
	
		
			
				|  |  | -	0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x6e,
 | 
	
		
			
				|  |  | -	0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
 | 
	
		
			
				|  |  | -	0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b,
 | 
	
		
			
				|  |  | -	0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61,
 | 
	
		
			
				|  |  | -	0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70,
 | 
	
		
			
				|  |  | -	0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x74, 0x0a, 0x12, 0x53, 0x65, 0x61,
 | 
	
		
			
				|  |  | -	0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
 | 
	
		
			
				|  |  | -	0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70,
 | 
	
		
			
				|  |  | -	0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01,
 | 
	
		
			
				|  |  | -	0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x34, 0x0a, 0x04, 0x6c, 0x69, 0x73,
 | 
	
		
			
				|  |  | -	0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e,
 | 
	
		
			
				|  |  | -	0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x53,
 | 
	
		
			
				|  |  | -	0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22,
 | 
	
		
			
				|  |  | -	0x6b, 0x0a, 0x17, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55,
 | 
	
		
			
				|  |  | -	0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73,
 | 
	
		
			
				|  |  | -	0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65,
 | 
	
		
			
				|  |  | -	0x72, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x02,
 | 
	
		
			
				|  |  | +	0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65,
 | 
	
		
			
				|  |  | +	0x4e, 0x61, 0x6d, 0x65, 0x22, 0x2e, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65,
 | 
	
		
			
				|  |  | +	0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
 | 
	
		
			
				|  |  | +	0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
 | 
	
		
			
				|  |  | +	0x6e, 0x61, 0x6d, 0x65, 0x22, 0xc6, 0x02, 0x0a, 0x0d, 0x41, 0x64, 0x64, 0x53, 0x79, 0x73, 0x74,
 | 
	
		
			
				|  |  | +	0x65, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
 | 
	
		
			
				|  |  | +	0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02,
 | 
	
		
			
				|  |  | +	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68,
 | 
	
		
			
				|  |  | +	0x6f, 0x6e, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65,
 | 
	
		
			
				|  |  | +	0x12, 0x31, 0x0a, 0x05, 0x72, 0x6f, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32,
 | 
	
		
			
				|  |  | +	0x1b, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
 | 
	
		
			
				|  |  | +	0x69, 0x6f, 0x6e, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x6f,
 | 
	
		
			
				|  |  | +	0x6c, 0x65, 0x73, 0x12, 0x37, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x05,
 | 
	
		
			
				|  |  |  	0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f,
 | 
	
		
			
				|  |  |  	0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e,
 | 
	
		
			
				|  |  | -	0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x87, 0x04, 0x0a,
 | 
	
		
			
				|  |  | -	0x0e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
 | 
	
		
			
				|  |  | -	0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12,
 | 
	
		
			
				|  |  | -	0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
 | 
	
		
			
				|  |  | -	0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64,
 | 
	
		
			
				|  |  | -	0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64,
 | 
	
		
			
				|  |  | -	0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, 0x6e, 0x75, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20,
 | 
	
		
			
				|  |  | -	0x01, 0x28, 0x05, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a,
 | 
	
		
			
				|  |  | -	0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69,
 | 
	
		
			
				|  |  | -	0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | -	0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x37, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68,
 | 
	
		
			
				|  |  | -	0x6f, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65,
 | 
	
		
			
				|  |  | -	0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x53,
 | 
	
		
			
				|  |  | -	0x68, 0x6f, 0x77, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77,
 | 
	
		
			
				|  |  | -	0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x18, 0x08, 0x20,
 | 
	
		
			
				|  |  | -	0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x12,
 | 
	
		
			
				|  |  | -	0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63,
 | 
	
		
			
				|  |  | -	0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05,
 | 
	
		
			
				|  |  | -	0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x64, 0x69, 0x72, 0x65,
 | 
	
		
			
				|  |  | -	0x63, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x64, 0x69, 0x72, 0x65,
 | 
	
		
			
				|  |  | -	0x63, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
 | 
	
		
			
				|  |  | -	0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
 | 
	
		
			
				|  |  | +	0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x23, 0x0a, 0x0d,
 | 
	
		
			
				|  |  | +	0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20,
 | 
	
		
			
				|  |  | +	0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65, 0x4e, 0x61, 0x6d,
 | 
	
		
			
				|  |  | +	0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x75, 0x73, 0x65, 0x72,
 | 
	
		
			
				|  |  | +	0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x73,
 | 
	
		
			
				|  |  | +	0x65, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
 | 
	
		
			
				|  |  | +	0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
 | 
	
		
			
				|  |  |  	0x74, 0x12, 0x2a, 0x0a, 0x11, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x5f,
 | 
	
		
			
				|  |  | -	0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x72,
 | 
	
		
			
				|  |  | -	0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x14, 0x0a,
 | 
	
		
			
				|  |  | -	0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65,
 | 
	
		
			
				|  |  | -	0x76, 0x65, 0x6c, 0x12, 0x3d, 0x0a, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18,
 | 
	
		
			
				|  |  | -	0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e,
 | 
	
		
			
				|  |  | -	0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6e,
 | 
	
		
			
				|  |  | -	0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72,
 | 
	
		
			
				|  |  | -	0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x66, 0x66, 0x69, 0x78, 0x18, 0x10, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | -	0x08, 0x52, 0x05, 0x61, 0x66, 0x66, 0x69, 0x78, 0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x65, 0x65, 0x70,
 | 
	
		
			
				|  |  | -	0x41, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65,
 | 
	
		
			
				|  |  | -	0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x22, 0x6b, 0x0a, 0x17, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77,
 | 
	
		
			
				|  |  | -	0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
 | 
	
		
			
				|  |  | -	0x74, 0x12, 0x17, 0x0a, 0x07, 0x6d, 0x65, 0x6e, 0x75, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01,
 | 
	
		
			
				|  |  | -	0x28, 0x03, 0x52, 0x06, 0x6d, 0x65, 0x6e, 0x75, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x69, 0x73,
 | 
	
		
			
				|  |  | -	0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62, 0x61,
 | 
	
		
			
				|  |  | -	0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
 | 
	
		
			
				|  |  | -	0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73, 0x53,
 | 
	
		
			
				|  |  | -	0x68, 0x6f, 0x77, 0x22, 0x6b, 0x0a, 0x11, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x65, 0x6e,
 | 
	
		
			
				|  |  | -	0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
 | 
	
		
			
				|  |  | -	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0a,
 | 
	
		
			
				|  |  | -	0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
 | 
	
		
			
				|  |  | -	0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61,
 | 
	
		
			
				|  |  | -	0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d,
 | 
	
		
			
				|  |  | -	0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
 | 
	
		
			
				|  |  | -	0x22, 0x75, 0x0a, 0x12, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65,
 | 
	
		
			
				|  |  | -	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01,
 | 
	
		
			
				|  |  | -	0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f,
 | 
	
		
			
				|  |  | -	0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c,
 | 
	
		
			
				|  |  | -	0x12, 0x35, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21,
 | 
	
		
			
				|  |  | -	0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69,
 | 
	
		
			
				|  |  | -	0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
 | 
	
		
			
				|  |  | -	0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0xea, 0x01, 0x0a, 0x19, 0x53, 0x79, 0x73, 0x74,
 | 
	
		
			
				|  |  | -	0x65, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x65, 0x6e, 0x75, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73,
 | 
	
		
			
				|  |  | -	0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x47, 0x0a, 0x0c, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65,
 | 
	
		
			
				|  |  | -	0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x62, 0x61,
 | 
	
		
			
				|  |  | +	0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x72,
 | 
	
		
			
				|  |  | +	0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x46, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x22, 0xa1, 0x02,
 | 
	
		
			
				|  |  | +	0x0a, 0x11, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75,
 | 
	
		
			
				|  |  | +	0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | +	0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x65, 0x6d, 0x70, 0x6c, 0x6f,
 | 
	
		
			
				|  |  | +	0x79, 0x65, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c,
 | 
	
		
			
				|  |  | +	0x65, 0x6d, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x37, 0x0a, 0x07,
 | 
	
		
			
				|  |  | +	0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e,
 | 
	
		
			
				|  |  | +	0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
 | 
	
		
			
				|  |  | +	0x6e, 0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69,
 | 
	
		
			
				|  |  | +	0x73, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x2c, 0x0a, 0x12, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64,
 | 
	
		
			
				|  |  | +	0x5f, 0x73, 0x74, 0x61, 0x72, 0x74, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | +	0x03, 0x52, 0x10, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x53, 0x74, 0x61, 0x72, 0x74, 0x54,
 | 
	
		
			
				|  |  | +	0x69, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x65,
 | 
	
		
			
				|  |  | +	0x6e, 0x64, 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x63,
 | 
	
		
			
				|  |  | +	0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x42, 0x0a,
 | 
	
		
			
				|  |  | +	0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | +	0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
 | 
	
		
			
				|  |  | +	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e,
 | 
	
		
			
				|  |  | +	0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f,
 | 
	
		
			
				|  |  | +	0x6e, 0x22, 0x74, 0x0a, 0x12, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x52,
 | 
	
		
			
				|  |  | +	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18,
 | 
	
		
			
				|  |  | +	0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74,
 | 
	
		
			
				|  |  | +	0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61,
 | 
	
		
			
				|  |  | +	0x6c, 0x12, 0x34, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
 | 
	
		
			
				|  |  | +	0x20, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
 | 
	
		
			
				|  |  | +	0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x73, 0x65,
 | 
	
		
			
				|  |  | +	0x72, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22, 0x6b, 0x0a, 0x17, 0x49, 0x73, 0x53, 0x68, 0x6f,
 | 
	
		
			
				|  |  | +	0x77, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65,
 | 
	
		
			
				|  |  | +	0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20,
 | 
	
		
			
				|  |  | +	0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x69,
 | 
	
		
			
				|  |  | +	0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62,
 | 
	
		
			
				|  |  | +	0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
 | 
	
		
			
				|  |  | +	0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73,
 | 
	
		
			
				|  |  | +	0x53, 0x68, 0x6f, 0x77, 0x22, 0x87, 0x04, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6e, 0x75,
 | 
	
		
			
				|  |  | +	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
 | 
	
		
			
				|  |  | +	0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
 | 
	
		
			
				|  |  | +	0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70,
 | 
	
		
			
				|  |  | +	0x61, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08,
 | 
	
		
			
				|  |  | +	0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x6d, 0x65, 0x6e, 0x75,
 | 
	
		
			
				|  |  | +	0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6d, 0x65, 0x6e,
 | 
	
		
			
				|  |  | +	0x75, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x05,
 | 
	
		
			
				|  |  | +	0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70,
 | 
	
		
			
				|  |  | +	0x61, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12,
 | 
	
		
			
				|  |  | +	0x37, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e,
 | 
	
		
			
				|  |  | +	0x32, 0x1e, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61,
 | 
	
		
			
				|  |  | +	0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x4b, 0x69, 0x6e, 0x64,
 | 
	
		
			
				|  |  | +	0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x70,
 | 
	
		
			
				|  |  | +	0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6d,
 | 
	
		
			
				|  |  | +	0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x18, 0x09,
 | 
	
		
			
				|  |  | +	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x63, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x73, 0x6f,
 | 
	
		
			
				|  |  | +	0x72, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x73, 0x6f, 0x72, 0x74, 0x12, 0x1a,
 | 
	
		
			
				|  |  | +	0x0a, 0x08, 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09,
 | 
	
		
			
				|  |  | +	0x52, 0x08, 0x72, 0x65, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72,
 | 
	
		
			
				|  |  | +	0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09,
 | 
	
		
			
				|  |  | +	0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x12, 0x2a, 0x0a, 0x11, 0x63, 0x72, 0x65,
 | 
	
		
			
				|  |  | +	0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x5f, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x0d,
 | 
	
		
			
				|  |  | +	0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74, 0x46,
 | 
	
		
			
				|  |  | +	0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x0e,
 | 
	
		
			
				|  |  | +	0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x3d, 0x0a, 0x08, 0x63,
 | 
	
		
			
				|  |  | +	0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18, 0x0f, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e,
 | 
	
		
			
				|  |  | +	0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
 | 
	
		
			
				|  |  | +	0x6e, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
 | 
	
		
			
				|  |  | +	0x52, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x61, 0x66,
 | 
	
		
			
				|  |  | +	0x66, 0x69, 0x78, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x61, 0x66, 0x66, 0x69, 0x78,
 | 
	
		
			
				|  |  | +	0x12, 0x1c, 0x0a, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x18, 0x11, 0x20,
 | 
	
		
			
				|  |  | +	0x01, 0x28, 0x08, 0x52, 0x09, 0x6b, 0x65, 0x65, 0x70, 0x41, 0x6c, 0x69, 0x76, 0x65, 0x22, 0x6b,
 | 
	
		
			
				|  |  | +	0x0a, 0x17, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x4d, 0x65,
 | 
	
		
			
				|  |  | +	0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x17, 0x0a, 0x07, 0x6d, 0x65, 0x6e,
 | 
	
		
			
				|  |  | +	0x75, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6d, 0x65, 0x6e, 0x75,
 | 
	
		
			
				|  |  | +	0x49, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x73, 0x68, 0x6f, 0x77, 0x18, 0x02, 0x20,
 | 
	
		
			
				|  |  | +	0x01, 0x28, 0x0e, 0x32, 0x1e, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
 | 
	
		
			
				|  |  | +	0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x2e, 0x4b,
 | 
	
		
			
				|  |  | +	0x69, 0x6e, 0x64, 0x52, 0x06, 0x69, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x6b, 0x0a, 0x11, 0x53,
 | 
	
		
			
				|  |  | +	0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
 | 
	
		
			
				|  |  | +	0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
 | 
	
		
			
				|  |  | +	0x6e, 0x61, 0x6d, 0x65, 0x12, 0x42, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69,
 | 
	
		
			
				|  |  | +	0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65,
 | 
	
		
			
				|  |  | +	0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x61, 0x67,
 | 
	
		
			
				|  |  | +	0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x52, 0x0a, 0x70, 0x61,
 | 
	
		
			
				|  |  | +	0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x75, 0x0a, 0x12, 0x53, 0x65, 0x61, 0x72,
 | 
	
		
			
				|  |  | +	0x63, 0x68, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x12,
 | 
	
		
			
				|  |  | +	0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61,
 | 
	
		
			
				|  |  | +	0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28,
 | 
	
		
			
				|  |  | +	0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x12, 0x35, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74,
 | 
	
		
			
				|  |  | +	0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64,
 | 
	
		
			
				|  |  | +	0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65,
 | 
	
		
			
				|  |  | +	0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x22,
 | 
	
		
			
				|  |  | +	0xea, 0x01, 0x0a, 0x19, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x73, 0x65, 0x72, 0x4d, 0x65,
 | 
	
		
			
				|  |  | +	0x6e, 0x75, 0x50, 0x65, 0x72, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x47, 0x0a,
 | 
	
		
			
				|  |  | +	0x0c, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20,
 | 
	
		
			
				|  |  | +	0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
 | 
	
		
			
				|  |  | +	0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x50, 0x61, 0x73, 0x74, 0x75,
 | 
	
		
			
				|  |  | +	0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75,
 | 
	
		
			
				|  |  | +	0x72, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x09, 0x6d, 0x65, 0x6e, 0x75, 0x5f, 0x6c,
 | 
	
		
			
				|  |  | +	0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x61, 0x63, 0x6b,
 | 
	
		
			
				|  |  | +	0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64,
 | 
	
		
			
				|  |  | +	0x64, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x08, 0x6d, 0x65,
 | 
	
		
			
				|  |  | +	0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x44, 0x0a, 0x0b, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65,
 | 
	
		
			
				|  |  | +	0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61,
 | 
	
		
			
				|  |  |  	0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e,
 | 
	
		
			
				|  |  | -	0x41, 0x64, 0x64, 0x50, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
 | 
	
		
			
				|  |  | -	0x74, 0x52, 0x0b, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3e,
 | 
	
		
			
				|  |  | -	0x0a, 0x09, 0x6d, 0x65, 0x6e, 0x75, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28,
 | 
	
		
			
				|  |  | -	0x0b, 0x32, 0x21, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72,
 | 
	
		
			
				|  |  | -	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x65, 0x6e, 0x75, 0x52, 0x65, 0x71,
 | 
	
		
			
				|  |  | -	0x75, 0x65, 0x73, 0x74, 0x52, 0x08, 0x6d, 0x65, 0x6e, 0x75, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x44,
 | 
	
		
			
				|  |  | -	0x0a, 0x0b, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x03, 0x20,
 | 
	
		
			
				|  |  | -	0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70,
 | 
	
		
			
				|  |  | -	0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x41, 0x64, 0x64, 0x4d, 0x6f, 0x62, 0x69, 0x6c,
 | 
	
		
			
				|  |  | -	0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65,
 | 
	
		
			
				|  |  | -	0x4c, 0x69, 0x73, 0x74, 0x22, 0x36, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x4d, 0x6f, 0x62, 0x69, 0x6c,
 | 
	
		
			
				|  |  | -	0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
 | 
	
		
			
				|  |  | -	0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
 | 
	
		
			
				|  |  | -	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x5a, 0x0d,
 | 
	
		
			
				|  |  | -	0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70,
 | 
	
		
			
				|  |  | -	0x72, 0x6f, 0x74, 0x6f, 0x33,
 | 
	
		
			
				|  |  | +	0x41, 0x64, 0x64, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
 | 
	
		
			
				|  |  | +	0x52, 0x0a, 0x6d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x36, 0x0a, 0x10,
 | 
	
		
			
				|  |  | +	0x41, 0x64, 0x64, 0x4d, 0x6f, 0x62, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
 | 
	
		
			
				|  |  | +	0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
 | 
	
		
			
				|  |  | +	0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
 | 
	
		
			
				|  |  | +	0x6e, 0x61, 0x6d, 0x65, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
 | 
	
		
			
				|  |  | +	0x69, 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  var (
 | 
	
	
		
			
				|  | @@ -1443,47 +1514,48 @@ func file_backend_operation_system_proto_rawDescGZIP() []byte {
 | 
	
		
			
				|  |  |  	return file_backend_operation_system_proto_rawDescData
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -var file_backend_operation_system_proto_msgTypes = make([]protoimpl.MessageInfo, 16)
 | 
	
		
			
				|  |  | +var file_backend_operation_system_proto_msgTypes = make([]protoimpl.MessageInfo, 17)
 | 
	
		
			
				|  |  |  var file_backend_operation_system_proto_goTypes = []interface{}{
 | 
	
		
			
				|  |  |  	(*AddRoleRequest)(nil),            // 0: backend.operation.AddRoleRequest
 | 
	
		
			
				|  |  |  	(*SearchRoleRequest)(nil),         // 1: backend.operation.SearchRoleRequest
 | 
	
		
			
				|  |  |  	(*SearchRoleResponse)(nil),        // 2: backend.operation.SearchRoleResponse
 | 
	
		
			
				|  |  | -	(*SystemToken)(nil),               // 3: backend.operation.SystemToken
 | 
	
		
			
				|  |  | -	(*UserAuth)(nil),                  // 4: backend.operation.UserAuth
 | 
	
		
			
				|  |  | -	(*UserRole)(nil),                  // 5: backend.operation.UserRole
 | 
	
		
			
				|  |  | -	(*AddSystemUser)(nil),             // 6: backend.operation.AddSystemUser
 | 
	
		
			
				|  |  | -	(*SearchUserRequest)(nil),         // 7: backend.operation.SearchUserRequest
 | 
	
		
			
				|  |  | -	(*SearchUserResponse)(nil),        // 8: backend.operation.SearchUserResponse
 | 
	
		
			
				|  |  | -	(*IsShowSystemUserRequest)(nil),   // 9: backend.operation.IsShowSystemUserRequest
 | 
	
		
			
				|  |  | -	(*AddMenuRequest)(nil),            // 10: backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | -	(*IsShowSystemMenuRequest)(nil),   // 11: backend.operation.IsShowSystemMenuRequest
 | 
	
		
			
				|  |  | -	(*SearchMenuRequest)(nil),         // 12: backend.operation.SearchMenuRequest
 | 
	
		
			
				|  |  | -	(*SearchMenuResponse)(nil),        // 13: backend.operation.SearchMenuResponse
 | 
	
		
			
				|  |  | -	(*SystemUserMenuPermissions)(nil), // 14: backend.operation.SystemUserMenuPermissions
 | 
	
		
			
				|  |  | -	(*AddMobileRequest)(nil),          // 15: backend.operation.AddMobileRequest
 | 
	
		
			
				|  |  | -	(IsShow_Kind)(0),                  // 16: backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	(*PaginationModel)(nil),           // 17: backend.operation.PaginationModel
 | 
	
		
			
				|  |  | -	(*AddPastureRequest)(nil),         // 18: backend.operation.AddPastureRequest
 | 
	
		
			
				|  |  | +	(*RolePermissionsList)(nil),       // 3: backend.operation.RolePermissionsList
 | 
	
		
			
				|  |  | +	(*SystemToken)(nil),               // 4: backend.operation.SystemToken
 | 
	
		
			
				|  |  | +	(*UserAuth)(nil),                  // 5: backend.operation.UserAuth
 | 
	
		
			
				|  |  | +	(*UserRole)(nil),                  // 6: backend.operation.UserRole
 | 
	
		
			
				|  |  | +	(*AddSystemUser)(nil),             // 7: backend.operation.AddSystemUser
 | 
	
		
			
				|  |  | +	(*SearchUserRequest)(nil),         // 8: backend.operation.SearchUserRequest
 | 
	
		
			
				|  |  | +	(*SearchUserResponse)(nil),        // 9: backend.operation.SearchUserResponse
 | 
	
		
			
				|  |  | +	(*IsShowSystemUserRequest)(nil),   // 10: backend.operation.IsShowSystemUserRequest
 | 
	
		
			
				|  |  | +	(*AddMenuRequest)(nil),            // 11: backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | +	(*IsShowSystemMenuRequest)(nil),   // 12: backend.operation.IsShowSystemMenuRequest
 | 
	
		
			
				|  |  | +	(*SearchMenuRequest)(nil),         // 13: backend.operation.SearchMenuRequest
 | 
	
		
			
				|  |  | +	(*SearchMenuResponse)(nil),        // 14: backend.operation.SearchMenuResponse
 | 
	
		
			
				|  |  | +	(*SystemUserMenuPermissions)(nil), // 15: backend.operation.SystemUserMenuPermissions
 | 
	
		
			
				|  |  | +	(*AddMobileRequest)(nil),          // 16: backend.operation.AddMobileRequest
 | 
	
		
			
				|  |  | +	(IsShow_Kind)(0),                  // 17: backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	(*PaginationModel)(nil),           // 18: backend.operation.PaginationModel
 | 
	
		
			
				|  |  | +	(*AddPastureRequest)(nil),         // 19: backend.operation.AddPastureRequest
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  var file_backend_operation_system_proto_depIdxs = []int32{
 | 
	
		
			
				|  |  | -	16, // 0: backend.operation.AddRoleRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	17, // 1: backend.operation.SearchRoleRequest.pagination:type_name -> backend.operation.PaginationModel
 | 
	
		
			
				|  |  | +	17, // 0: backend.operation.AddRoleRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	18, // 1: backend.operation.SearchRoleRequest.pagination:type_name -> backend.operation.PaginationModel
 | 
	
		
			
				|  |  |  	0,  // 2: backend.operation.SearchRoleResponse.list:type_name -> backend.operation.AddRoleRequest
 | 
	
		
			
				|  |  | -	5,  // 3: backend.operation.UserAuth.roles:type_name -> backend.operation.UserRole
 | 
	
		
			
				|  |  | -	5,  // 4: backend.operation.AddSystemUser.roles:type_name -> backend.operation.UserRole
 | 
	
		
			
				|  |  | -	16, // 5: backend.operation.AddSystemUser.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	16, // 6: backend.operation.SearchUserRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	17, // 7: backend.operation.SearchUserRequest.pagination:type_name -> backend.operation.PaginationModel
 | 
	
		
			
				|  |  | -	6,  // 8: backend.operation.SearchUserResponse.list:type_name -> backend.operation.AddSystemUser
 | 
	
		
			
				|  |  | -	16, // 9: backend.operation.IsShowSystemUserRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	16, // 10: backend.operation.AddMenuRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	10, // 11: backend.operation.AddMenuRequest.children:type_name -> backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | -	16, // 12: backend.operation.IsShowSystemMenuRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | -	17, // 13: backend.operation.SearchMenuRequest.pagination:type_name -> backend.operation.PaginationModel
 | 
	
		
			
				|  |  | -	10, // 14: backend.operation.SearchMenuResponse.list:type_name -> backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | -	18, // 15: backend.operation.SystemUserMenuPermissions.pasture_list:type_name -> backend.operation.AddPastureRequest
 | 
	
		
			
				|  |  | -	10, // 16: backend.operation.SystemUserMenuPermissions.menu_list:type_name -> backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | -	15, // 17: backend.operation.SystemUserMenuPermissions.mobile_list:type_name -> backend.operation.AddMobileRequest
 | 
	
		
			
				|  |  | +	6,  // 3: backend.operation.UserAuth.roles:type_name -> backend.operation.UserRole
 | 
	
		
			
				|  |  | +	6,  // 4: backend.operation.AddSystemUser.roles:type_name -> backend.operation.UserRole
 | 
	
		
			
				|  |  | +	17, // 5: backend.operation.AddSystemUser.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	17, // 6: backend.operation.SearchUserRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	18, // 7: backend.operation.SearchUserRequest.pagination:type_name -> backend.operation.PaginationModel
 | 
	
		
			
				|  |  | +	7,  // 8: backend.operation.SearchUserResponse.list:type_name -> backend.operation.AddSystemUser
 | 
	
		
			
				|  |  | +	17, // 9: backend.operation.IsShowSystemUserRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	17, // 10: backend.operation.AddMenuRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	11, // 11: backend.operation.AddMenuRequest.children:type_name -> backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | +	17, // 12: backend.operation.IsShowSystemMenuRequest.is_show:type_name -> backend.operation.IsShow.Kind
 | 
	
		
			
				|  |  | +	18, // 13: backend.operation.SearchMenuRequest.pagination:type_name -> backend.operation.PaginationModel
 | 
	
		
			
				|  |  | +	11, // 14: backend.operation.SearchMenuResponse.list:type_name -> backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | +	19, // 15: backend.operation.SystemUserMenuPermissions.pasture_list:type_name -> backend.operation.AddPastureRequest
 | 
	
		
			
				|  |  | +	11, // 16: backend.operation.SystemUserMenuPermissions.menu_list:type_name -> backend.operation.AddMenuRequest
 | 
	
		
			
				|  |  | +	16, // 17: backend.operation.SystemUserMenuPermissions.mobile_list:type_name -> backend.operation.AddMobileRequest
 | 
	
		
			
				|  |  |  	18, // [18:18] is the sub-list for method output_type
 | 
	
		
			
				|  |  |  	18, // [18:18] is the sub-list for method input_type
 | 
	
		
			
				|  |  |  	18, // [18:18] is the sub-list for extension type_name
 | 
	
	
		
			
				|  | @@ -1537,7 +1609,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*SystemToken); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*RolePermissionsList); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1549,7 +1621,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*UserAuth); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*SystemToken); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1561,7 +1633,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*UserRole); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*UserAuth); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1573,7 +1645,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*AddSystemUser); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*UserRole); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1585,7 +1657,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*SearchUserRequest); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*AddSystemUser); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1597,7 +1669,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*SearchUserResponse); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*SearchUserRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1609,7 +1681,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*IsShowSystemUserRequest); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*SearchUserResponse); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1621,7 +1693,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*AddMenuRequest); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*IsShowSystemUserRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1633,7 +1705,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*IsShowSystemMenuRequest); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*AddMenuRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1645,7 +1717,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*SearchMenuRequest); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*IsShowSystemMenuRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1657,7 +1729,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*SearchMenuResponse); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*SearchMenuRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1669,7 +1741,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | -			switch v := v.(*SystemUserMenuPermissions); i {
 | 
	
		
			
				|  |  | +			switch v := v.(*SearchMenuResponse); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
		
			
				|  |  |  			case 1:
 | 
	
	
		
			
				|  | @@ -1681,6 +1753,18 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			}
 | 
	
		
			
				|  |  |  		}
 | 
	
		
			
				|  |  |  		file_backend_operation_system_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  | +			switch v := v.(*SystemUserMenuPermissions); i {
 | 
	
		
			
				|  |  | +			case 0:
 | 
	
		
			
				|  |  | +				return &v.state
 | 
	
		
			
				|  |  | +			case 1:
 | 
	
		
			
				|  |  | +				return &v.sizeCache
 | 
	
		
			
				|  |  | +			case 2:
 | 
	
		
			
				|  |  | +				return &v.unknownFields
 | 
	
		
			
				|  |  | +			default:
 | 
	
		
			
				|  |  | +				return nil
 | 
	
		
			
				|  |  | +			}
 | 
	
		
			
				|  |  | +		}
 | 
	
		
			
				|  |  | +		file_backend_operation_system_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
 | 
	
		
			
				|  |  |  			switch v := v.(*AddMobileRequest); i {
 | 
	
		
			
				|  |  |  			case 0:
 | 
	
		
			
				|  |  |  				return &v.state
 | 
	
	
		
			
				|  | @@ -1699,7 +1783,7 @@ func file_backend_operation_system_proto_init() {
 | 
	
		
			
				|  |  |  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
 | 
	
		
			
				|  |  |  			RawDescriptor: file_backend_operation_system_proto_rawDesc,
 | 
	
		
			
				|  |  |  			NumEnums:      0,
 | 
	
		
			
				|  |  | -			NumMessages:   16,
 | 
	
		
			
				|  |  | +			NumMessages:   17,
 | 
	
		
			
				|  |  |  			NumExtensions: 0,
 | 
	
		
			
				|  |  |  			NumServices:   0,
 | 
	
		
			
				|  |  |  		},
 |