using System; using System.Collections.Generic; using System.Text; namespace wms.dto.request.sx { public class stocktemp1 { public string Code { get; set; } public long Id { get; set; } public int Row { get; set; } public int Col { get; set; } public int Layer { get; set; } public int Tunnel { get; set; } public int Floor { get; set; } public string ContGrpBarCode { get; set; } public string Shelf { get; set; } public string MatCode { get; set; } public long MatId { get; set; } public string WbGroupCode { get; set; } public string InDocsNo { get; set; } public string Wind { get; set; } public bool IsControlpanel { get; set; } public bool IsTorsChk { get; set; } public int TorsChkQty { get; set; } public DateTime ProductTime { get; set; } } }