RobotApp/RobotApp.VDA5050/Factsheet/LoadSpecification.cs
Đăng Nguyễn cf309cccba Init project
2025-09-10 10:48:39 +07:00

10 lines
190 B
C#

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