using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Admin.NET.Application; public class WmsUnshelveOutPut { } /// /// 容器下架获取容器类型输出参数 /// public class GetContainerTypeOutPut { /// /// 容器类型 /// public string ContainerTypeCode { get; set; } /// /// 容器名称 /// public string ContainerTypeName { get; set; } }