using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO.WMS { /// /// 裁片入库3F到4F运输箱号校验 /// public class inboundTransportCheckDTO { /// /// 托盘号 /// public string containerCode { get; set; } } }