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 award { get; set; } }