namespace Application.Domain.Entity; public class GiftLogView { public UserModel user { get; set; } public UserModel from { get; set; } public string name { get; set; } public string img { get; set; } public int count { get; set; } public DateTime? time { get; set; } }