初期稳定版本260119

This commit is contained in:
2026-01-19 12:40:45 +08:00
parent 82d0bd6b95
commit f65fa21760
32 changed files with 2494 additions and 138 deletions

View File

@@ -22,7 +22,7 @@ namespace FATrace.Model
///// <summary>
///// 机器名称
///// </summary>
//[Column(Name = "MachineName", IsNullable = false, StringLength = 20)]
//[Column(Name = "MachineName", IsNullable = true, StringLength = 20)]
//public string MachineName { get; set; }
/// <summary>