| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace WebAPI.Models | 
| { | 
|     public class ClsSb_EquipRepairWorkBillMain : DBUtility.ClsXt_BaseBillMain | 
|     { | 
|           | 
|         public Int64 HEmpID;//    int                --άÐÞÈË | 
|         public Int64 HManagerID;//   int            --¸ºÔðÈË | 
|         public Int64 HSecManagerID;//  int           --ÑéÊÕ        | 
|         public Int64 HDeptID;//     int             --άÐÞ²¿ÃÅ | 
|         public string HExplanation;//   varchar(200)        --άÐÞÒªÇó | 
|         public string HInnerBillNo;//  varchar(50)         --ÄÚ²¿µ¥¾ÝºÅ | 
|         public string HRemark; //¼Ó¹¤ÒªÇó | 
|   | 
|         public Int64 HEquipID;//     int       --É豸ID(Gy_EquipMent) | 
|         public Int64 HRepairID;//int  --άÐÞÏîÄ¿(Gy_Repair) | 
|         public DateTime HRepairBeginDate;// datetime --άÐÞ¿ªÊ¼ÈÕÆÚ | 
|         public DateTime HRepairEndDate;//datetime --άÐÞ½áÊøÈÕÆÚ | 
|         public string HRepairContent;//varchar(500) --άÐÞÄÚÈÝ | 
|         public string HCycleUnit;//varchar(10)    --ʱ¼äµ¥Î»(Сʱ£¬Ìì) | 
|         public Single HPlanTimes;// money         --¼Æ»®Î¬ÐÞ¹¤Ê± | 
|         public Single HTimes;// money       --ʵ¼ÊάÐÞ¹¤Ê± | 
|   | 
|     } | 
| } |