...
This commit is contained in:
@@ -5,7 +5,8 @@ namespace Common.Dtos.Conversation
|
||||
public class Read_ConversationDto
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public string Title { get; set; }
|
||||
public string LastText { get; set; }
|
||||
public ConversationType LastMsgType { get; set; }
|
||||
public ConversationStatus status { get; set; }
|
||||
|
||||
public int? GroupID { get; set; }
|
||||
@@ -17,8 +18,8 @@ namespace Common.Dtos.Conversation
|
||||
public int? ExperID { get; set; }
|
||||
public string? ExperFullName { get; set; }
|
||||
|
||||
public string Cdate { get; set; }
|
||||
public string Ctime { get; set; }
|
||||
public string LastMsgdate { get; set; }
|
||||
public string LastMsgtime { get; set; }
|
||||
public int NoReadCount { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user