| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace WebAPI.Models | 
| { | 
|     public class ClsSb_EquipRepairWorkBillSub : DBUtility.ClsXt_BaseBillSub | 
|     {  | 
|         public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new | 
|         public string HRemark;//         varchar(200)        --±¸×¢  | 
|   | 
|   | 
|         //public Int64 HRepairID; // int --άÐÞÏîÄ¿ | 
|         public Int64 HEmpID; // int --¸ºÔðÈË | 
|         public string HRepairExplanation; // varchar(500)άÐÞÒªÇó | 
|   | 
|         public Int64 HManagerID; // int --±íÌ帺ÔðÈËID | 
|         public Int64 HRepairID; // int --±íÌåάÐÞÏîÄ¿ID | 
|     } | 
| } |