using System; using System.Collections.Generic; using System.Text; namespace wms.dto.response.hj { public class GetTunnelEmptyConResponse { /// /// 巷道 /// public int Tunnel { get; set; } /// /// 空轮数量 /// public int Count { get; set; } } }