1212
This commit is contained in:
10
Service/Application.Domain.Entity/model/OnHookAwardModel.cs
Normal file
10
Service/Application.Domain.Entity/model/OnHookAwardModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class OnHookAwardModel
|
||||
{
|
||||
public string userId { get; set; }
|
||||
public long exp { get; set; }
|
||||
public long copper { get; set; }
|
||||
public long useTime { get; set; }
|
||||
public List<TowerGet> award { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user