using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Model { public class ClsQC_LastPieceCheckBillSub_BadReason { public long HInterID { get; set; } public string HBillNo_bak { get; set; } public int HEntryID { get; set; } public string HCloseMan { get; set; } public DateTime? HEntryCloseDate { get; set; } public bool HCloseType { get; set; } public string HRemark { get; set; } public int HBadReasonID { get; set; } public decimal HQty { get; set; } public DateTime HCheckTime { get; set; } } }