RobotNet/RobotNet.RobotShares/VDA5050/Factsheet/LoadSpecification.cs
2025-10-15 15:15:53 +07:00

10 lines
202 B
C#

namespace RobotNet.RobotShares.VDA5050.Factsheet;
#nullable disable
public class LoadSpecification
{
public string[] LoadPositions { get; set; }
public LoadSets[] LoadSets { get; set; }
}