add:
更新
This commit is contained in:
@@ -10,7 +10,7 @@ namespace IM_API.Dtos
|
||||
public Guid MsgId { get; init; }
|
||||
public int SenderId { get; init; }
|
||||
public int ReceiverId { get; init; }
|
||||
public string Content { get; init; } = default!;
|
||||
public string Content { get; set; } = default!;
|
||||
public DateTimeOffset TimeStamp { get; init; }
|
||||
public MessageBaseDto() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user