This commit is contained in:
jianzhichu
2026-02-06 23:17:50 +08:00
parent c1d5db18a9
commit 8b98abc94d
17 changed files with 268 additions and 126 deletions
+3
View File
@@ -69,5 +69,8 @@ namespace dy.net.model.entity
/// 标记为非关注的用户-手动增加的
/// </summary>
public bool IsNoFollowed { get; set; }
[SugarColumn(IsNullable = true, Length = 100)]
public string DouyinNo { get; set; }
}
}