返回LatestReplyUserFullName

This commit is contained in:
2024-10-31 13:51:43 +08:00
parent d22ef17e91
commit ad3dae4fcd
3 changed files with 15 additions and 2 deletions
@@ -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;