using System.Collections.Generic; namespace Sln.Wcs.HikRoBotSdk.Dto.ZoneBanish { public class ZoneBanishDto { public string zoneCode { get; set; } public List zoneCodes { get; set; } public string targetZoneCode { get; set; } public string pause { get; set; } public string report { get; set; } public string controlMode { get; set; } public string expireTime { get; set; } public string invoke { get; set; } public object extra { get; set; } } }