using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class Sc_MouldStockBillMain { public long HInterID { get; set; } public string HBillNo { get; set; } public DateTime HDate { 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 HCloseType { 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 HSCWHID { get; set; } public long HSupID { get; set; } public long HEmpID { get; set; } public long HManagerID { get; set; } public long HWHID { get; set; } public long HProcID { get; set; } public long HSecManagerID { get; set; } public long HKeeperID { get; set; } public long HDeptID { get; set; } public string HExplanation { get; set; } public string HInnerBillNo { get; set; } public string HRedBlueFlag { get; set; } public string HRepairType { get; set; } public long HRepairID { get; set; } } }