add(test):添加单元测试

This commit is contained in:
2025-12-07 15:44:51 +08:00
170 changed files with 14260 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace IM_API.Dtos
{
public record MessageBaseDto(
string Type,string ChatType, string MsgId,int SenderId,int ReceiverId,string Content,DateTime TimeStamp);
}