using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_DTO.WMS { /// /// 质检结果反馈 /// public class IQCResultDTO { /// /// 站台号 /// public string StationCode { get; set; } /// /// 料箱条码 /// public string ContainerCode { get; set; } } }