using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsCrm_CusAppealBillSub:DBUtility.ClsXt_BaseBillSub 
 | 
    { 
 | 
        public string HRemark;//         varchar(200)        --±¸×¢  
 | 
        public Int64 HMaterID;//     int               --ÎïÁÏID 
 | 
        public Int64 HUnitID;//    int                  --¼ÆÁ¿µ¥Î» 
 | 
        public double HQty;//        dec(18,8)              --ʵÊÕÊýÁ¿ 
 | 
        public double HPrice;//     dec(18,8)               --µ¥¼Û 
 | 
        public double HMoney;//     dec(18,8)              --½ð¶î 
 | 
        public string HBatchNo;//    varchar(50)        --Åú´Î 
 | 
        public string HBackReason;//    varchar(50)        --ÍË»õÔÒò 
 | 
    } 
 | 
} 
 |