修复关注列表-新增非关注博主,丢失的bug

This commit is contained in:
jianzhichu
2025-12-02 09:20:11 +08:00
parent 6c99825548
commit de5813a874
9 changed files with 33 additions and 13 deletions
+5
View File
@@ -67,5 +67,10 @@ namespace dy.net.model
/// </summary>
[SugarColumn(IsNullable = true,Length =100)]
public string UperId { get; set; }
/// <summary>
/// 标记为非关注的用户-手动增加的
/// </summary>
public bool IsNoFollowed { get; set; }
}
}