using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsKf_EntrustProcOutBillSub:DBUtility.ClsXt_BaseBillSub 
 | 
    { 
 | 
        public DateTime HEntryCloseDate;//   datetime      --Ðйرՠ(ĬÈÏΪ'')        new 
 | 
        public string HRemark;//         varchar(200)        --±¸×¢  
 | 
        public Int64 HMaterID;//     int               --ÎïÁÏID 
 | 
        public Int64 HPropertyID;//  int                --¸¨ÖúÊôÐÔ 
 | 
        public Int64 HSecUnitID;//   int                --¸¨Öú¼ÆÁ¿µ¥Î» 
 | 
        public Single HSecUnitRate;//       money            --»»ËãÂÊ      
 | 
        public Int64 HUnitID;//    int                  --¼ÆÁ¿µ¥Î» 
 | 
        public double HQtyMust;//   dec(18,8)               --Ó¦ÊÕÊýÁ¿ 
 | 
        public double HQty;//        dec(18,8)              --ʵÊÕÊýÁ¿ 
 | 
        public double HPrice;//     dec(18,8)               --µ¥¼Û 
 | 
        public double HMoney;//     dec(18,8)              --½ð¶î 
 | 
        public Int64 HProcID;//      int                  --¹¤ÐòÃû³Æ 
 | 
        public Int64 HWHID;//      int                  --ÊÕÁϲֿâ 
 | 
        public Int64 HSCWHID;//    int                     --µ÷³ö²Ö¿âID  
 | 
        public Int64 HSPID;//        int            --²ÖλID          
 | 
        public Int64 HSCSPID;//        int             --µ÷³ö²ÖλID     
 | 
        public Int64 HSPGroupID;//    int            --²Öλ×éID(²Ö¿âÑ¡ÔñÍê×Ô¶¯´ø³ö)          
 | 
        public string HBatchNo;//    varchar(50)        --Åú´Î          
 | 
        public Int64 HPOOrderInterID;//  int              --²É¹º¶©µ¥Ö÷ÄÚÂë 
 | 
        public Int64 HPOOrderEntryID;//    int            --²É¹º¶©µ¥×ÓÄÚÂë 
 | 
        public string HPOOrderBillNo;//    varchar(50)         --²É¹º¶©µ¥ºÅ 
 | 
        public Int64 HSeOrderInterID;//   int             --ÏúÊÛ¶©µ¥Ö÷ÄÚÂë 
 | 
        public Int64 HSeOrderEntryID;//      int            --ÏúÊÛ¶©µ¥×ÓÄÚÂë 
 | 
        public string HSeOrderBillNo;//    varchar(50)        --ÏúÊÛ¶©µ¥ºÅ 
 | 
  
 | 
    } 
 | 
} 
 |