| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace Model | 
| { | 
|     public class ClsMI_WorkToolBillSub : DBUtility.ClsXt_BaseBillSub | 
|     { | 
|         ////ClsGy_WorkShiftSub | 
|         //public DateTime HStartDate;//    datetime    --¿ªÊ¼Ê±¼ä | 
|         //public DateTime HEndDate;//    datetime    --½áÊøÊ±¼ä | 
|   | 
|         public string HWorkToolNumber;//        varchar(100)        //É豸±àºÅ | 
|         public string HWorkToolName;//        varchar(300)        //É豸Ãû³Æ | 
|         public string HWorkToolModel;//        varchar(100)        //É豸ÐͺŠ| 
|         public string HVNum;//            varchar(20)        //°æ±¾ºÅ | 
|         public Int64 HProcID;//            int            //¶ÔÓ¦¼Ó¹¤¹¤Ðò£¨gy_Process£© | 
|         public Int64 HProcID_S;//        int            //¶ÔÓ¦¹¤¶Î(Gy_ProcMul)       | 
|         public Int64 HEquipmentID;//        int            //¶ÔÓ¦¼Ó¹¤É豸 | 
|         public Int64 HBom;//            int            //Åä¼þBOM | 
|   | 
|   | 
|   | 
|   | 
|     } | 
| } |