合集下载路径 bug修复

This commit is contained in:
jianzhichu
2026-01-23 13:41:43 +08:00
parent 8390511675
commit bdd70f73e4
10 changed files with 32 additions and 33 deletions
+10 -10
View File
@@ -101,16 +101,16 @@ namespace dy.net.model.entity
/// </summary>
public bool KeepDynamicVideo { get; set; }
/// <summary>
/// 合集路径
/// </summary>
[SugarColumn(Length = 500, IsNullable = true)]
public string MixPath { get; set; }
/// <summary>
/// 短剧路径
/// </summary>
[SugarColumn(Length = 500, IsNullable = true)]
public string SeriesPath { get; set; }
///// <summary>
///// 合集路径
///// </summary>
//[SugarColumn(Length = 500, IsNullable = true)]
//public string MixPath { get; set; }
///// <summary>
///// 短剧路径
///// </summary>
//[SugarColumn(Length = 500, IsNullable = true)]
//public string SeriesPath { get; set; }
}
}