更改FTP文件导入

This commit is contained in:
2026-01-28 15:04:16 +08:00
parent f65fa21760
commit b940170607
44 changed files with 2748 additions and 271 deletions

View File

@@ -39,9 +39,5 @@ namespace FATrace.Model
/// </summary>
public string? RawCode { get; set; }
/// <summary>
/// 视频链接
/// </summary>
public string? VideoUrl { get; set; }
}
}