1212
This commit is contained in:
10
Service/Application.Domain.Entity/model/GameRankModel.cs
Normal file
10
Service/Application.Domain.Entity/model/GameRankModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class GameRankModel
|
||||
{
|
||||
public string userId { get; set; }
|
||||
public UserModel user { get; set; }
|
||||
public string sign { get; set; }
|
||||
public string par { get; set; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user