| using System; | 
| using System.Collections.Generic; | 
| using System.Linq; | 
| using System.Web; | 
|   | 
| namespace WebAPI.Models | 
| { | 
|     public class Sc_MouldStockBillSub | 
|     { | 
|         public long HInterID { get; set; } | 
|         public string HBillNo_bak { get; set; } | 
|         public long HEntryID { get; set; } | 
|         public string HCloseMan { get; set; } | 
|         public DateTime HEntryCloseDate { get; set; } | 
|         public string HCloseType { get; set; } | 
|         public string HRemark { get; set; } | 
|         public long HSourceInterID { get; set; } | 
|         public long HSourceEntryID { get; set; } | 
|         public string HSourceBillNo { get; set; } | 
|         public string HSourceBillType { get; set; } | 
|         public long HrelationQty { get; set; } | 
|         public double HRelationMoney { get; set; } | 
|         public long HMaterID { get; set; } | 
|         public long HPropertyID { get; set; } | 
|         public long HSecUnitID { get; set; } | 
|         public double HSecUnitRate { get; set; } | 
|         public long HUnitID { get; set; } | 
|         public string HBatchNo { get; set; } | 
|         public double HQtyMust { get; set; } | 
|   | 
|         public double HQtyRel { get; set; } | 
|         public double HQty { get; set; } | 
|         public double HPrice { get; set; } | 
|         public double HMoney { get; set; } | 
|         public double HDesignLife { get; set; } | 
|         public double HLeaveLife { get; set; } | 
|         public double HUseLife { get; set; } | 
|   | 
|         public double HUseLifeQty { get; set; } | 
|         public double HNewLifeQty { get; set; } | 
|         public long HWHID { get; set; } | 
|         public long HSCWHID { get; set; } | 
|         public long HSPID { get; set; } | 
|         public long  HSCSPID { get; set; } | 
|         public long  HSPGroupID { get; set; } | 
|   | 
|         public string HNewModel { get; set; } | 
|         public string HWallThickness { get; set; } | 
|         public string HHardness { get; set; } | 
|         public string HLastProdModel { get; set; } | 
|         public string HDiameter { get; set; } | 
|         public string HBackFlag { get; set; } | 
|         public string HBarCode { get; set; } | 
|   | 
|   | 
|         public long  HMouldType { get; set; } | 
|         public string HInitModel { get; set; } | 
|         public double HInitDesignLife { get; set; } | 
|         public long HLifeUnitID { get; set; } | 
|         public long HPOOrderInterID { get; set; } | 
|         public long HPOOrderEntryID { get; set; } | 
|         public string HPOOrderBillNo { get; set; } | 
|   | 
|         public long HSeOrderInterID { get; set; } | 
|         public long HSeOrderEntryID { get; set; } | 
|         public string HSeOrderBillNo { get; set; } | 
|         public string HNowModel { get; set; } | 
|         public double HNowLife { get; set; } | 
|   | 
|     } | 
| } |