代码整理

This commit is contained in:
jianzhichu
2026-01-23 22:24:00 +08:00
parent 60f6e3847d
commit 3f6b1874eb
60 changed files with 348 additions and 991 deletions
+2 -2
View File
@@ -16,12 +16,12 @@ namespace dy.net.model.entity
/// <summary>
/// 原视频Id
/// </summary>
[SugarColumn(IsNullable =true,Length =50)]
[SugarColumn(IsNullable = true, Length = 50)]
public string ViedoId { get; set; }
/// <summary>
/// 原保存目录
/// </summary>
[SugarColumn(IsNullable =true,Length =1000)]
[SugarColumn(IsNullable = true, Length = 1000)]
public string SavePath { get; set; }
public string CookieId { get; set; }