1111
This commit is contained in:
11
Service/Application.Domain.Entity/view/RelationView.cs
Normal file
11
Service/Application.Domain.Entity/view/RelationView.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
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; }
|
||||
}
|
||||
Reference in New Issue
Block a user