using System; using System.Collections.Generic; using System.Text; namespace wms.dto.response.sx { public class StockTemp { public string MatCode { get; set; } public string InvBarCode { get; set; } public string Grade { get; set; } public string InvStateCode { get; set; } public DateTime ProductTime { get; set; } public DateTime OneInTime { get; set; } public string WbGroupCode { get; set; } public bool IsTorsChk { get; set; } public int TorsChkQty { get; set; } public decimal? TorsChkValue { get; set; } public decimal HoldTime { get; set; } public string ProductMachCode { get; set; } public bool IsControlpanel { get; set; } public string HWTypeCode { get; set; } public decimal SolderCount { get; set; } public bool IsRework { get; set; } public bool IsBlack { get; set; } public int Col { get; set; } public int Layer { get; set; } public string Shelf { get; set; } public int Depth { get; set; } public string Code { get; set; } public int Tunnel { get; set; } public string SCRel { get; set; } public int Floor { get; set; } public string WarehouseCode { get; set; } public string ContGrpBarCode { get; set; } public long? ContGrpId { get; set; } public long Id { get; set; } public LocationState StateNum { get; set; } public string SkuCode { get; set; } public string Wind { get; set; } public string InDocsNo { get; set; } public string BatchNo { get; set; } } public class SrmTaskTmep { public string Srm { get; set; } public int TaskCount { get; set; } public List LocList { get; set; } = new List(); } }