关注列表 保存路径,同步关注列表的时候直接把保存路径设置好了=博主名字(这样可以避免你没设置路径,但是博主又改名字,导致同一个博主的视频,后面视频分散在多个文件夹),已经设置过路径的不会变
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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; }
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user