OEM初版

This commit is contained in:
2025-10-10 17:54:53 +08:00
parent ccbe0f626f
commit 9036f967fc
16 changed files with 1736 additions and 237 deletions

View File

@@ -26,12 +26,6 @@ namespace FATrace.Model
[Column(Name = "User", IsNullable = false, StringLength = 100)]
public string? User { get; set; }
///// <summary>
///// 分类信息-CAN/LIN
///// </summary>
//[Column(Name = "CANLINInfo", IsNullable = false, MapType = typeof(string))]
//public CANLIN CANLINInfo { get; set; }
/// <summary>
/// 视频文件路径
/// </summary>