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