using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsXs_SeOutStockBillMain:DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public Int64 HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee) 
 | 
        public Int64 HEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee) 
 | 
        public Int64 HManagerID;//  int                 --Ö÷¹Ü    (Gy_Employee) 
 | 
        public string HAddress;//     varchar(200)                --½»»õµØµã  
 | 
        public Int64 HSSID;//     int                --½áË㷽ʽ (Gy_SettleStyle) 
 | 
        public Int64 HCusID;//    ¿Í»§ 
 | 
        public Int64 HCurID;//    int                  --±Ò±ð (Gy_Currency) 
 | 
        public Single HExRate;//    money                  --»ãÂÊ  (Ñ¡ÔñÍê±Ò±ð´ø³ö) 
 | 
        public Int64 HWHID;//  ²Ö¿â 
 | 
        public Int64 HProjectID;        //   g¹¤³ÌÏîÄ¿ 
 | 
        public string HExplanation;//  varchar(200)             --ÕªÒª  
 | 
        public string HInnerBillNo;//  varchar(50)             --ÄÚ²¿µ¥¾ÝºÅ 
 | 
        public Int64 HConveyTypeID;//    ÔËÊ䷽ʽ 
 | 
        public Int64 HConveyCompID;//    ÔËÊ乫˾ 
 | 
        public double HConveyMoney;//    ÔË·Ñ 
 | 
  
 | 
        public bool HDFflag; //ÊÇ·ñµæ¸¶ 
 | 
        public string HLinkMan;//    varchar(50)      //ÁªÏµÈË     new 
 | 
        public string HLinkPhone;//   varchar(100)     //ÁªÏµµç»°   new 
 | 
  
 | 
        public Int64 HSALEORGID; 
 | 
        public Int64 HDELIVERYORGID; 
 | 
        public Int64 HOWNERID; 
 | 
        public string HOWNERTYPEID; 
 | 
        public Int64 HERPInterID; 
 | 
        public string HERPBillType; 
 | 
  
 | 
        public Int64 HSTOCKERGROUPID; 
 | 
        public Int64 HSALEGROUPID; 
 | 
        public Int64 HSALEDEPTID; 
 | 
        public string HBUSINESSTYPE; 
 | 
        public Int64 HCARRIERID; 
 | 
        public Int64 HRECEIVERID; 
 | 
        public Int64 HSETTLEID; 
 | 
        public Int64 HPAYERID; 
 | 
        public Int64 HHEADLOCID; 
 | 
        public Int64 HRECCONTACTID; 
 | 
        public Int64 HRECEIPTCONDITIONID; 
 | 
        public Int64 HCORRESPONDORGID; 
 | 
        public string HCARRIAGENO; 
 | 
  
 | 
        public string HSeOrderBillNo_M { get; set; } 
 | 
    } 
 | 
} 
 |