This commit is contained in:
rnchg
2026-07-14 21:33:39 +08:00
commit 4b28b75e57
2227 changed files with 768410 additions and 0 deletions
@@ -0,0 +1,10 @@
namespace FASS.Extend.Car.Standard.Vda5050.Models.State
{
public class Info
{
public required string InfoType { get; set; }
public required List<InfoReference> InfoReferences { get; set; } = [];
public string? InfoDescription { get; set; }
public required string InfoLevel { get; set; }
}
}