合集下载路径 bug修复
This commit is contained in:
+10
-10
@@ -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; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user