增加快手

This commit is contained in:
Bob.Song
2026-02-08 17:47:11 +08:00
parent 3b0ca1158a
commit d9a678239f
7 changed files with 480 additions and 28 deletions

View File

@@ -45,6 +45,7 @@ public class VideoModel
// 点赞数
public long DiggCount { get; set; }
public long ViewCount { get; set; }
// 分享数
public long ShareCount { get; set; }