using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsXs_OutDoorBillMain : DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public Int64 HEmpID;        //ÒµÎñÔ± 
 | 
        public Int64 HCusID;//        int        --¿Í»§ 
 | 
        public string HShipper;         //varchar  Ë¾»ú 
 | 
        public string HCarNumber;       //³µÅƺŠ
 | 
        public string HPhone;           //ÁªÏµµç»° 
 | 
        public string HOutReason;       //³öÃÅÔÒò 
 | 
        public string HMaterName;       //×°Ô˺ÎÎï 
 | 
        public string HOutAddress;      //³öÃŵصã 
 | 
        public string HOutCheckMan;     //³öÃÅÈ·ÈÏÈË 
 | 
        public string HOutCheckDate;    //³öÃÅÈ·ÈÏʱ¼ä 
 | 
        public Int64 HStockOrgID; 
 | 
        public Int64 HPrintQty;         //´òÓ¡´ÎÊý 
 | 
  
 | 
    } 
 | 
} 
 |