namespace Application.Domain.Entity; public class RelationView { public UserModel user { get; set; } public long near { get; set; } public string mapName { get; set; } public string cityName { get; set; } public long sort { get; set; } public int isOnline { get; set; } }