| using System; | 
| using System.Collections.Generic; | 
| using System.Text; | 
|   | 
| namespace WebAPI.Models | 
| { | 
|     public class ClsOA_InformBillMain : DBUtility.ClsXt_BaseBillMain | 
|     { | 
|         public string HContext;  // varchar(200)   Ö÷Ìâ | 
|         public Int64 HDeptID;  //   int      --·¢ËͲ¿ÃÅ£¨h_v_IF_Department£© | 
|         public string HSendMan;  //   int    --·¢ËÍÈË£¨h_v_IF_Employee£© | 
|         public string HReceiveMan;  // int    --½ÓÊÕ(¿É¶àÑ¡ÈË)£¨h_v_IF_Employee£© | 
|         public string HLevel;  //   varchar(10)   --½ô¼±³Ì¶È£¨ÆÕͨ£¬½ô¼±£© | 
|         public string HDescription;  // varchar(5000)  --ÏêϸÄÚÈÝ  | 
|   | 
|     } | 
| } |