first
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FASS.Extend.Car.Standard.Vda5050.Models.State
|
||||
{
|
||||
public class NodeState
|
||||
{
|
||||
public required string NodeId { get; set; }
|
||||
public required int SequenceId { get; set; }
|
||||
public string? NodeDescription { get; set; }
|
||||
public required bool Released { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user