using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace DBUtility 
 | 
{ 
 | 
    public class ClsXt_BaseBillSub 
 | 
    { 
 | 
        public Int64 HInterID; 
 | 
        public Int64 HEntryID;  
 | 
        // 
 | 
        public string HCloseMan;         //ÐÐ¹Ø±Õ 
 | 
        public bool HCloseType;        //¹Ø±ÕÀàÐÍ 
 | 
        public Int64 HSourceInterID; 
 | 
        public Int64 HSourceEntryID; 
 | 
        public string HSourceBillNo; 
 | 
        public string HSourceBillType;  
 | 
        public double HRelationQty ;      //¹ØÁªÊýÁ¿ 
 | 
        public double HRelationQty_In; 
 | 
        public double HRelationQty_Out; 
 | 
        public double HRelationQty_Bad; 
 | 
        public double HRelationQty_WWOrder; 
 | 
  
 | 
        public double HRelationMoney; 
 | 
        public string HRemark; 
 | 
        public DateTime HEntryCloseDate; 
 | 
    } 
 | 
} 
 |