using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsK3_MatePriceCus_Model:DBUtility.ClsGy_Base_Model { public Int64 HEntryID;// int ×ÔÔöÁÐ public Int64 HInterID;// int ¼Û¸ñ·½°¸ÄÚÂë public Int64 HCusID;// int ¿Í»§ public Int64 HMaterID;// int ÎïÁÏ public Int64 HUnitID;// int ¼ÆÁ¿µ¥Î» public double HBegQty;// decimal(28, 10)¿ªÊ¼ÊýÁ¿ public double HEndQty;// decimal(28, 10)½áÊøÊýÁ¿ public double HPrice;// decimal(28, 10)µ¥¼Û public Int64 HCurID;// int ±Ò±ð public DateTime HBegDate;// datetime ¿ªÊ¼ÈÕÆÚ public DateTime HEndDate;// datetime ½áÊøÈÕÆÚ public bool HChecked;// bit ÉóºË±ê¼Ç } }