初级的功能

This commit is contained in:
2025-12-03 15:58:17 +08:00
parent e25d344f8a
commit cd1ec78a11
8 changed files with 425 additions and 87 deletions

View File

@@ -59,7 +59,7 @@ namespace FATrace.Model
public string? VideoFilePath { get; set; }
/// <summary>
/// 失败时的错误信息
/// 失败时的错误信息
/// </summary>
[Column(StringLength = 500)]
public string? Error { get; set; }