using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsSc_SourceLineRepairBillSub_Mater : DBUtility.ClsXt_BaseBillMain { public Int64 HInterID; public string HBillNo_bak; public Int64 HEntryID; public string HCloseMan; public string HEntryCloseDate; public bool HCloseType; public string HRemark; public Int64 HSourceInterID; public Int64 HSourceEntryID; public string HSourceBillNo; public string HSourceBillType; public double HRelationQty; public double HRelationMoney; public Int64 HItemSubID; public Int64 HMaterID; public Int64 HUnitID; public double HQty; public Int64 HSupID; public string HBatchNo; public string HBarCode; } }