using System;
using System.Collections.Generic;
using System.Text;
namespace wms.dto.response.hj
{
///
/// 补空轮申请响应实体
///
public class ApplyEmptySpoolResponse : SRes
{
///
/// 空轮接驳口编码
///
public string LocCode { get; set; }
///
/// 容器类型
///
public string SpoolType { get; set; }
}
}