using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsCg_POInStockBill 
 | 
    { 
 | 
        public string HDateForWeb; 
 | 
        public string HAddress;//     varchar(200)                --½»»õµØµã  
 | 
        public Int64 HSupID;//      int                 --¹©Ó¦ÉÌ £¨Gy_Supplier£© 
 | 
        public Int64 HCurID;//    int                  --±Ò±ð (Gy_Currency) 
 | 
        public Int64 HWHID;//      int     --²Ö¿â 
 | 
        public Single HExRate;//    money                  --»ãÂÊ  (Ñ¡ÔñÍê±Ò±ð´ø³ö) 
 | 
        public Int64 HEmpID;//     int                   --ÒµÎñÔ±  (Gy_Employee) 
 | 
        public Int64 HMangerID;//  int                 --Ö÷¹Ü    (Gy_Employee) 
 | 
        public Int64 HDeptID;//     int                 --²¿ÃÅ    (Gy_Employee) 
 | 
        public string HExplanation;//  varchar(200)             --ÕªÒª  
 | 
        public string HInnerBillNo;//  varchar(50)             --ÄÚ²¿µ¥¾ÝºÅ 
 | 
  
 | 
        //public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new 
 | 
        //public string HRemark;//         varchar(200)        --±¸×¢  
 | 
        public Int64 HMaterID;//  int      --ÎïÁÏID (Gy_Material) 
 | 
        public Int64 HUnitID;//    int    --¼ÆÁ¿µ¥Î» (Gy_Unit) 
 | 
        public double HQty;//     dec(18,8)         --Òª»õÊýÁ¿ 
 | 
        public double HCheckQty;        //¼ìÑéÊý 
 | 
        public double HPassQty;         //ºÏ¸ñÊý 
 | 
        public double HBadQty;          //²»ºÏ¸ñÊý 
 | 
        public double HPrice;//   dec(18,8)         --Ô±Òµ¥¼Û 
 | 
        public double HMoney;//   dec(18,8)         --Ô±Ò½ð¶î 
 | 
       // public Int64 HWHID;//              --ÊÕÁϲֿâ 
 | 
        public Int64 HPOOrderInterID;// 
 | 
        public Int64 HPOOrderEntryID;// 
 | 
        public string HPOOrderBillNo;// 
 | 
        public DateTime HDate;   //Òª»õʱ¼ä 
 | 
        public Int64 HState; 
 | 
        public string HBackDate; 
 | 
        public string HBacker; 
 | 
        public long HBillerID; 
 | 
        public string HBillNo; 
 | 
        public int HBillStatus; 
 | 
        public string HBillSubType; 
 | 
        public string HBillType; 
 | 
        public string HCheckDate; 
 | 
        public string HChecker; 
 | 
        public long HCheckFlowID; 
 | 
        public long HCheckItemNextID; 
 | 
        public long HCheckItemNowID; 
 | 
        public string HCloseDate; 
 | 
       // public string HCloseMan; 
 | 
        public bool HCloseType; 
 | 
       // public DateTime HDate; 
 | 
        public string HDeleteDate; 
 | 
        public string HDeleteMan; 
 | 
        public string HEmpCode; 
 | 
        public string HMainSourceBillNo; 
 | 
        public string HMainSourceBillType; 
 | 
        public long HMainSourceEntryID; 
 | 
        public long HMainSourceInterID; 
 | 
        public string HMakeDate; 
 | 
        public string HMaker; 
 | 
        public long HPeriod; 
 | 
        //public string HRemark; 
 | 
        public string HUpDateDate; 
 | 
        public string HUpDater; 
 | 
        public long HYear; 
 | 
        // public string HCloseMan; 
 | 
       // public bool HCloseType; 
 | 
        public DateTime HEntryCloseDate; 
 | 
        public long HEntryID; 
 | 
        public long HInterID; 
 | 
        public double HRelationMoney; 
 | 
        public double HRelationQty; 
 | 
        public string HRemark; 
 | 
        public string HSourceBillNo; 
 | 
        public string HSourceBillType; 
 | 
        public long HSourceEntryID; 
 | 
        public long HSourceInterID; 
 | 
  
 | 
        //public ClsCg_POInStockBill(); 
 | 
    } 
 | 
} 
 |