using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsXs_FillBeerDiscountBillSub:DBUtility.ClsXt_BaseBillSub 
 | 
    { 
 | 
        public string HBillNo_bak;//        varchar(50)    --µ¥¾ÝºÅ£¨±¸·Ý£¬ÒÔÃâÄÚÂ붪ʧ£¬ÕÒ²»µ½¶ÔÓ¦Ö÷±í£© 
 | 
        public Int64 HMaterID;//    int            --ÎïÁÏ(h_v_K3_Material) 
 | 
        public Int64 HUnitID;//        int                --¼ÆÁ¿µ¥Î»(h_v_K3_Unit) 
 | 
        public double HQty;//    dec(18,8)             --ÊýÁ¿ 
 | 
        public double HPrice;//   dec(18,8)                 --µ¥¼Û                  
 | 
        public double HMoney;//   dec(18,8)                 --½ð¶î 
 | 
        public string HReason;//        varchar(200)        --ÔÒò 
 | 
  
 | 
    } 
 | 
} 
 |