修复
This commit is contained in:
7
Service/Application.Domain.Entity/view/MessageView.cs
Normal file
7
Service/Application.Domain.Entity/view/MessageView.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class MessageView
|
||||
{
|
||||
public string sign { get; set; }
|
||||
public UserModel user { get; set;}
|
||||
}
|
||||
Reference in New Issue
Block a user