namespace WCS.WebApi.WMS.Response
{
public class I_WCS_GetTunnelListResponse : WcsContractApiResponse
{
///
/// 任务组ID
///
public string WMSTaskGroupKey { get; set; }
///
/// 结果
///
public new bool ResType { get; set; }
///
/// 消息
///
public new string ResMessage { get; set; }
///
/// 巷道号集合
///
public string TunnelNum { get; set; }
///
/// 备用
///
public new string Memo1 { get; set; }
///
/// 备用
///
public new string Memo2 { get; set; }
///
/// 备用
///
public new string Memo3 { get; set; }
}
}