关注列表 保存路径,同步关注列表的时候直接把保存路径设置好了=博主名字(这样可以避免你没设置路径,但是博主又改名字,导致同一个博主的视频,后面视频分散在多个文件夹),已经设置过路径的不会变

This commit is contained in:
jianzhichu
2026-02-01 21:58:11 +08:00
parent 77f227a6c5
commit 46bec7a0d4
11 changed files with 83 additions and 15 deletions
-2
View File
@@ -11,8 +11,6 @@ namespace dy.net.model.entity
/// </summary>
[SugarColumn(IsPrimaryKey = true)]
public string Id { get; set; }
//[SugarColumn(IsNullable = false,Length =200)]
//public string UperId { get; set; }
/// <summary>
/// 博主sec_uid
+25
View File
@@ -0,0 +1,25 @@
//using SqlSugar;
//namespace dy.net.model.entity
//{
// /// <summary>
// ///
// /// </summary>
// [SqlSugar.SugarTable("dy_videoup")]
// public class DouyinVideoUp
// {
// /// <summary>
// ///
// /// </summary>
// [SugarColumn(IsPrimaryKey = true)]
// public string Id { get; set; }
// [SugarColumn(IsNullable = false, Length = 100)]
// public string UperId { get; set; }
// public string SavePath { get; set; }
// }
//}