using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class Sup_SendGoodsBillSub : DBUtility.ClsXt_BaseBillSub 
 | 
    {  
 | 
        //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; 
 | 
    } 
 | 
} 
 |