using System; using System.Collections.Generic; using System.Text; namespace WCS.Service.Entity { public class TunnelCountTemp { public string Tunnel { get; set; } public int Count { get; set; } } }