RobotNet/RobotNet.RobotShares/OpenACS/RobotACSLockedDto.cs
2025-10-15 15:15:53 +07:00

8 lines
173 B
C#

namespace RobotNet.RobotShares.OpenACS;
public class RobotACSLockedDto
{
public string RobotId { get; set; } = "";
public string[] ZoneIds { get; set; } = [];
}