返回LatestReplyUserFullName
This commit is contained in:
@@ -288,6 +288,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string CreateUserName { get; set; } = String.Empty;
|
||||
public DateTime? LatestMsgTime { get; set; }
|
||||
|
||||
public string LatestReplyUserFullName { get; set; } = String.Empty;
|
||||
|
||||
public string LatestReplyUserName { get; set; } = String.Empty;
|
||||
|
||||
@@ -1716,7 +1717,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public Guid LatestReplyUserId { get; set; }
|
||||
|
||||
|
||||
public string LatestReplyUserFullName { get; set; } = String.Empty;
|
||||
public string LatestReplyUserName { get; set; } = String.Empty;
|
||||
|
||||
public string Content { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user