using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsPay_GroupBalBillSub:DBUtility.ClsXt_BaseBillSub { public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new public Int64 HMaterID;// int --ÎïÁÏID public Int64 HProcID;// int --¹¤ÐòID public Int64 HUnitID;// int --µ¥Î»ID public Int64 HSourceID;// int --×ÊÔ´ID public double HTimes;// decimal(18,8) --¹¤Ê± public double HQty;// decimal(18,8) --ÊýÁ¿ public double HPrice;// decimal(18,8) --¹¤¼Û public double HMoney;// decimal(18,8) --½ð¶î public Int64 HICMOInterID;// int --Éú²úÈÎÎñµ¥ID public string HICMOBillNo;// varchar(50) --Éú²úÈÎÎñµ¥ºÅ public Int64 HProcReportInterID;// int --¹¤Ðò»ã±¨µ¥ID public Int64 HProcReportEntryID;// int --¹¤Ðò»ã±¨µ¥×ÓID public string HProcReportBillNo;// varchar(50) --¹¤Ðò»ã±¨µ¥ºÅ public Int64 HProcPlanInterID;// int --¹¤Ðò¼Æ»®µ¥ID public Int64 HProcPlanEntryID;// int --¹¤Ðò¼Æ»®µ¥×ÓID public string HProcPlanBillNo;// varchar(50) --¹¤Ðò¼Æ»®µ¥ºÅ public double HSqty; } }