| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsSup_AskPriceBillMain : DBUtility.ClsXt_BaseBillMain | 
|     { | 
|   | 
|   | 
|   | 
|         public string HDateForWeb; | 
|         public string HProcType;//     varchar(10)        --ÒµÎñÀàÐÍ £¨Í⹺Èë¿â£¬Î¯Íâ¼Ó¹¤£© | 
|         public Int64 HEmpID;//      int     --²É¹ºÔ±(h_v_K3_Employee) | 
|         public Int64 HDeptID;//     int         --²¿ÃÅ(h_v_K3_Department) | 
|         public string HBeginDate;//       datetime    --ÉúЧÈÕÆÚ | 
|         public string HEndDate;//          datetime        --ʧЧÈÕÆÚ | 
|         public Int64 HPayConditionID;//    int         --¸¶¿îÌõ¼þ £¨ÔÝʱ´æ0£© | 
|         public Int64 HCurID;//     int      --±Ò±ð(h_v_K3_Currency) | 
|         public string HExplanation;//       --ÕªÒª  | 
|         public string HInnerBillNo;//       --ÄÚ²¿µ¥¾ÝºÅ | 
|     } | 
| } |