using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsXs_SeOrderBillSub: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 HPrice;//   dec(18,8)         --Ô±Òµ¥¼Û 
 | 
        public double HMoney;//   dec(18,8)         --Ô±Ò½ð¶î 
 | 
        public Single HTaxRate;//   money              --˰ÂÊ 
 | 
        public double HTaxMoney;//  dec(18,8)                --˰¶î=Ô±Ò½ð¶î*˰ÂÊ 
 | 
        public double HlineTotal;//   dec(18,8)              --¼Û˰ºÏ¼Æ=Ô±Ò½ð¶î+˰¶î  
 | 
        public double HlineTotalBB;//   dec(18,8)              --±¾Î»±Ò¼Û˰ºÏ¼Æ=£¨Ô±Ò½ð¶î+˰¶î£©*»ãÂÊ    new 
 | 
        public DateTime HDate;//      datetime      --½»»õÈÕÆÚ 
 | 
        public double HTaxPrice;//   dec(18,8)         --º¬Ë°µ¥¼Û                --addnew 
 | 
        public double HDiscountRate;//     money            --ÕÛ¿ÛÂÊ£¨¿É±à¼£©            --addnew         
 | 
        public double HRelTaxPrice;//     dec(18,8)    --ʵ¼Êº¬Ë°µ¥¼Û£¨²»¿É±à¼£©            --addnew 
 | 
        public double HOutStockQty;//     dec(18,8)        --³ö¿âÊýÁ¿£¨²»¿É±à¼£©            --addnew 
 | 
        public double HInvoiceQty;//         dec(18,8)    --¿ªÆ±ÊýÁ¿£¨²»¿É±à¼£©            --addnew 
 | 
  
 | 
  
 | 
        public Int64 HInterID; 
 | 
        public Int64 HEntryID; 
 | 
        public Int64 HSourceInterID; 
 | 
        public Int64 HSourceEntryID; 
 | 
        public string HSourceBillNo; 
 | 
        public string HSourceBillType; 
 | 
        public double HRelationQty; 
 | 
        public Int64 HPropertyID; 
 | 
        public string HBatChNo; 
 | 
        public Int64 HAuxPropID; 
 | 
        public string HMTONo; 
 | 
        public Int64 HERPInterID; 
 | 
        public Int64 HERPEntryID; 
 | 
        public decimal HBackRelationQty; 
 | 
        public Int64 HWhID; 
 | 
        public Int64 HSPID; 
 | 
  
 | 
        public decimal HLineTotal; 
 | 
        public Int64 HSTOCKORGID; 
 | 
        public Int64 HOWNERID; 
 | 
        public string HOWNERTYPEID; 
 | 
        public string HMAPID; 
 | 
        public Int64 HSTOCKUNITID; 
 | 
        public Int64 HBASEUNITID; 
 | 
        public string HBFLOWID; 
 | 
        public Int64 HSETTLEORGID; 
 | 
        public Int64 HTAXCOMBINATION; 
 | 
        public Int64 HPRICEUNITID; 
 | 
        public Int64 HISFREE; 
 | 
        public decimal HPRICECOEFFICIENT; 
 | 
        public decimal HSYSPRICE; 
 | 
        public decimal HLIMITDOWNPRICE; 
 | 
        public Int64 HPARENTMATID; 
 | 
        public string HROWTYPE; 
 | 
        public string HROWID; 
 | 
        public string HPARENTROWID; 
 | 
        public Int64 HDELIVERYCONTROL; 
 | 
        public Int64 HLOCALCURRID; 
 | 
        public Int64 HEXCHANGETYPEID; 
 | 
        public Int64 HSETTLECURRID; 
 | 
        public Int64 HSETTLEMODEID; 
 | 
        public Int64 HRECCONDITIONID; 
 | 
        public Int64 HISINCLUDEDTAX; 
 | 
        public Int64 HISPRICEEXCLUDETAX; 
 | 
        public decimal HEXCHANGERATE; 
 | 
        public Int64 HTAXRATEID; 
 | 
        public decimal HCOSTPERCENT; 
 | 
        public Int64 HVAT; 
 | 
        public Int64 HSELLERWITHHOLDING; 
 | 
        public Int64 HBUYERWITHHOLDING; 
 | 
        public Int64 HPRICELISTENTRY; 
 | 
    } 
 | 
} 
 |