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

This commit is contained in:
2025-12-01 20:46:55 +08:00
12 changed files with 293 additions and 38 deletions
@@ -10,6 +10,10 @@
/// 处理操作
/// </summary>
public HandleFriendRequestAction Action { get; set; }
/// <summary>
/// 好友备注名
/// </summary>
public string? RemarkName { get; set; }
}
public enum HandleFriendRequestAction
{