using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsCg_PORequestPriceBillSub : DBUtility.ClsXt_BaseBillSub { public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new public string HRemark;// varchar(200) --±¸×¢ public DateTime HDate;// datetime --½»»õÈÕÆÚ public Int64 HSeOrderInterID;// int --ÏúÊÛ¶©µ¥Ö÷ÄÚÂë public Int64 HSeOrderEntryID;// int --ÏúÊÛ¶©µ¥×ÓÄÚÂë public string HSeOrderBillNo;// varchar(50) --ÏúÊÛ¶©µ¥ºÅ public Int64 HMaterID;// int --ÎïÁÏID (Gy_Material) public Int64 HUnitID;// int --¼ÆÁ¿µ¥Î» (Gy_Unit) public double HQty;// dec(18,8) --ÊýÁ¿ public double HOldPrice;// dec(18,8) --Ô­µ¥¼Û public double HPrice;// dec(18,8) --е¥¼Û public DateTime HBeginDate;// datetime --ÉúЧÈÕÆÚ public DateTime HEndDate;// datetime --ʧЧÈÕÆÚ } }