namespace WCS.WebApi.WMS.Response { public class TunnelCountTemp { public string Tunnel { get; set; } public int Count { get; set; } } }