using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class QC_POStockInCheckBill { public long HYear { get; set; } public long HPeriod { get; set; } public string HBillType { get; set; } public string HBillSubType { get; set; } public long HInterID { get; set; } public DateTime HDate { get; set; } public string HBillNo { get; set; } public long HBillStatus { get; set; } public long HCheckItemNowID { get; set; } public long HCheckItemNextID { get; set; } public long HCheckFlowID { get; set; } public string HRemark { get; set; } public string HBacker { get; set; } //public DateTime HBackDate { get; set; } public string HBackRemark { get; set; } public string HChecker { get; set; } //public DateTime HCheckDate { get; set; } public string HMaker { get; set; } //public DateTime HMakeDate { get; set; } public string HUpDater { get; set; } //public DateTime HUpDateDate { get; set; } public string HCloseMan { get; set; } //public DateTime HCloseDate { get; set; } public string HDeleteMan { get; set; } //public DateTime HDeleteDate { get; set; } public string HMainSourceBillType { get; set; } public long HMainSourceInterID { get; set; } public long HMainSourceEntryID { get; set; } public string HMainSourceBillNo { get; set; } public long HPrintQty { get; set; } public long HSupID { get; set; } public long HMaterID { get; set; } public decimal HInStockQty { get; set; } public decimal HCheckQty { get; set; } public decimal HRightQty { get; set; } public decimal HBadQty { get; set; } public long HFirstCheckEmp { get; set; } public string HCheckerResult { get; set; } public string HSteelStoveNo { get; set; } public string HSteelCompReport { get; set; } public string HAspect { get; set; } public string HSize { get; set; } } }