first
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user