You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
404 B
C#

namespace Sln.Wcs.HikRoBotSdk.Dto.ZoneBlockade
{
public class ZoneBlockadeDto
{
public string zoneCode { get; set; }
public string mapCode { get; set; }
public string invoke { get; set; }
public string pause { get; set; }
public string report { get; set; }
public int? disableSite { get; set; }
public int? enableSite { get; set; }
}
}