using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsXs_CreditChangeBillSub:DBUtility.ClsXt_BaseBillSub 
 | 
    { 
 | 
        public Int64 HCusID;//     int      --¿Í»§ 
 | 
        public Int64 HCusTypeID;//     int      --¿Í»§ÀàÐÍ 
 | 
        public Int64 HMaterID;//  int      --ÎïÁÏID (Gy_Material) 
 | 
        public Int64 HUnitID;//    int    --¼ÆÁ¿µ¥Î» (Gy_Unit) 
 | 
        public double HOldPrice;//     dec(18,8)         --Ôµ¥¼Û 
 | 
        public double HNewPrice;//   dec(18,8)         --е¥¼Û 
 | 
  
 | 
        public DateTime HBeginDate;//   datetime      --¿ªÊ¼ÈÕÆÚ 
 | 
        public DateTime HEndDate;//   datetime        --½áÊøÈÕÆÚ 
 | 
        public string HReason;//   varchar(200)        --µ÷¼ÛÔÒò 
 | 
         
 | 
    } 
 | 
} 
 |