Init project
This commit is contained in:
9
RobotApp.VDA5050/Factsheet/LoadSpecification.cs
Normal file
9
RobotApp.VDA5050/Factsheet/LoadSpecification.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace RobotApp.VDA5050.Factsheet;
|
||||
|
||||
#nullable disable
|
||||
|
||||
public class LoadSpecification
|
||||
{
|
||||
public string[] LoadPositions { get; set; }
|
||||
public LoadSets[] LoadSets { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user