RobotApp/RobotApp.VDA5050/Factsheet/LoadSpecification.cs
Đăng Nguyễn 0d97684f70 update
2025-09-15 17:39:02 +07:00

9 lines
183 B
C#

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