add(Friend):添加好友相关逻辑

This commit is contained in:
2025-12-01 20:46:55 +08:00
12 changed files with 293 additions and 38 deletions
+1
View File
@@ -4,6 +4,7 @@
{
public int FromUserId { get; set; }
public int ToUserId { get; set; }
public string? RemarkName { get; set; }
public string? Description { get; set; }
}
}