using System; using System.Collections.Generic; using System.Text; namespace Model { public class ClsK3_MatePriceSup_Model:DBUtility.ClsGy_Base_Model { public Int64 HEntryID;// int Ö÷ÄÚÂë public Int64 HSupID;// int ¹©Ó¦ÉÌ public Int64 HMaterID;// int ÎïÁÏ public Int64 HUnitID;// int ¼ÆÁ¿µ¥Î» public double HStartQty;// decimal(28, 10)¿ªÊ¼ÊýÁ¿ public double HEndQty;// decimal(28, 10)½áÊøÊýÁ¿ public double HPrice;// decimal(28, 10)µ¥¼Û public Int64 HCurID;// int ±Ò±ð public double HDiscount;// decimal(28, 10)ÕÛ¿ÛÂÊ public DateTime HQuoteTime;// datetime ¿ªÊ¼ÈÕÆÚ public DateTime HDisableDate;// datetime ʧЧÈÕÆÚ public bool HUsed;// bit ÉóºË±ê¼Ç public DateTime HLastModifiedDate;// datetime ×îºóÐÞ¸ÄÈÕÆÚ public Int64 HLastModifiedBy;// int ×îºóÐÞ¸ÄÈË } }