| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsCrm_CusServiceBillMain:DBUtility.ClsXt_BaseBillMain | 
|     { | 
|         public string HConText;//    varchar(100)    Ö÷Ìâ | 
|         public long HManager;//    int        ¸ºÔðÈË(gy_employee) | 
|         public string HManagerNumber; | 
|         public long HCusID;//        int        ¿Í»§(gy_Customer) | 
|         public string HCusNumber; | 
|         public long HLinkManID;//    int        ÁªÏµÈË(Crm_LinkManBillMain) | 
|         public string HServiceType;//    varchar(50)    ·þÎñÀàÐÍ£¨´ðÒÉ£¬¹ÊÕÏÅųý£¬Åàѵ£¬Éý¼¶£¬ÆäËû£© | 
|         public string HServiceWay;//    varchar(50)    ·þÎñ·½Ê½£¨µç»°£¬´«Õ棬Óʼģ¬ÉÏÃÅ£¬ÆäËû£© | 
|         public DateTime HBeginDate;//    datetime    ¿ªÊ¼ÈÕÆÚ | 
|         public DateTime HEndDate;//    datetime    ¿ªÊ¼Ê±¼ä | 
|         public double HUseTime;//    money        »¨·Ñʱ¼ä(·ÖÖÓ) | 
|         public string HServiceStatus;//    varchar(50)    ¼Ç¼µ¥×´Ì¬£¨ÎÞÐè´¦Àí£¬Î´´¦Àí£¬´¦ÀíÖУ¬´¦ÀíÍê³É£© | 
|         public string HServiceContent;//    varchar(500)    ·þÎñÄÚÈÝ | 
|         public string HCusFeedback;//    varchar(100)    ¿Í»§·´À¡ | 
|         public string HExplanation; | 
|         public string HInnerBillNo; | 
|     } | 
| } |