namespace Sln.Wcs.HikRoBotSdk.Dto.SiteLock
{
public class SiteLockDto
public string siteCode { get; set; }
public string invoke { get; set; }
}