8 lines
173 B
C#
8 lines
173 B
C#
namespace RobotNet.RobotShares.OpenACS;
|
|
|
|
public class RobotACSLockedDto
|
|
{
|
|
public string RobotId { get; set; } = "";
|
|
public string[] ZoneIds { get; set; } = [];
|
|
}
|