using System;
using System.Collections;
using System.Collections.Generic;
using AIMSDAL;
namespace AIMSModel
{
	[Serializable]
    public partial class FeesRecord
	{
        private int? id; 
        private int? patientId; 
        private int? applyId; 
        private int? operationRecordId; 
        private string applyOrderNo; 
        private string feeIsDrug; 
        private string feeType; 
        private string billCode; 
        private string groupID; 
        private string feeTypeId; 
        private string feeId; 
        private string feeCode; 
        private string feeSerial; 
        private string unit; 
        private string feeNum; 
        private string drugSite; 
        private string feeId2; 
        private string feeClass; 
        private string unitPrice; 
        private string chargePrice; 
        private string actualPrice; 
        private string chargeFee; 
        private string valuer; 
        private string billingDeptId; 
        private string billingDept; 
        private string billingWorkId; 
        private string billingWork; 
        private DateTime? happenTime; 
        private DateTime? enrollTime; 
        private string execDeptId; 
        private string execDept; 
        private string execWorkId; 
        private string execWork; 
        private string execState; 
        private DateTime? execTime; 
        private string conclusion; 
        private string isInsure; 
        private string insureNO; 
        private string limitDrug; 
        private string drugType; 
        private string isUpLoad; 
        private string remark; 
        private string emergencyFlag; 
        private string orderNo; 
        private string extend1; 
        private string extend2; 
        private string extend3; 
        private string extend4; 
        private string extend5; 
        private string orderState; 
        private int? operatorId; 
        private string operatorNo; 
        private string operatorName; 
        private string chargName; 
        private string chargSpec; 
	
	
	    /// 
        /// 
        /// 
		public int? Id
		{
		    get{ return id; }
			set{ id=value; }
		}
	    /// 
        /// 
        /// 
		public int? PatientId
		{
		    get{ return patientId; }
			set{ patientId=value; }
		}
	    /// 
        /// 
        /// 
		public int? ApplyId
		{
		    get{ return applyId; }
			set{ applyId=value; }
		}
	    /// 
        /// 
        /// 
		public int? OperationRecordId
		{
		    get{ return operationRecordId; }
			set{ operationRecordId=value; }
		}
	    /// 
        /// 
        /// 
		public string ApplyOrderNo
		{
		    get{ return applyOrderNo; }
			set{ applyOrderNo=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeIsDrug
		{
		    get{ return feeIsDrug; }
			set{ feeIsDrug=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeType
		{
		    get{ return feeType; }
			set{ feeType=value; }
		}
	    /// 
        /// 
        /// 
		public string BillCode
		{
		    get{ return billCode; }
			set{ billCode=value; }
		}
	    /// 
        /// 
        /// 
		public string GroupID
		{
		    get{ return groupID; }
			set{ groupID=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeTypeId
		{
		    get{ return feeTypeId; }
			set{ feeTypeId=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeId
		{
		    get{ return feeId; }
			set{ feeId=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeCode
		{
		    get{ return feeCode; }
			set{ feeCode=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeSerial
		{
		    get{ return feeSerial; }
			set{ feeSerial=value; }
		}
	    /// 
        /// 
        /// 
		public string Unit
		{
		    get{ return unit; }
			set{ unit=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeNum
		{
		    get{ return feeNum; }
			set{ feeNum=value; }
		}
	    /// 
        /// 
        /// 
		public string DrugSite
		{
		    get{ return drugSite; }
			set{ drugSite=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeId2
		{
		    get{ return feeId2; }
			set{ feeId2=value; }
		}
	    /// 
        /// 
        /// 
		public string FeeClass
		{
		    get{ return feeClass; }
			set{ feeClass=value; }
		}
	    /// 
        /// 
        /// 
		public string UnitPrice
		{
		    get{ return unitPrice; }
			set{ unitPrice=value; }
		}
	    /// 
        /// 
        /// 
		public string ChargePrice
		{
		    get{ return chargePrice; }
			set{ chargePrice=value; }
		}
	    /// 
        /// 
        /// 
		public string ActualPrice
		{
		    get{ return actualPrice; }
			set{ actualPrice=value; }
		}
	    /// 
        /// 
        /// 
		public string ChargeFee
		{
		    get{ return chargeFee; }
			set{ chargeFee=value; }
		}
	    /// 
        /// 
        /// 
		public string Valuer
		{
		    get{ return valuer; }
			set{ valuer=value; }
		}
	    /// 
        /// 
        /// 
		public string BillingDeptId
		{
		    get{ return billingDeptId; }
			set{ billingDeptId=value; }
		}
	    /// 
        /// 
        /// 
		public string BillingDept
		{
		    get{ return billingDept; }
			set{ billingDept=value; }
		}
	    /// 
        /// 
        /// 
		public string BillingWorkId
		{
		    get{ return billingWorkId; }
			set{ billingWorkId=value; }
		}
	    /// 
        /// 
        /// 
		public string BillingWork
		{
		    get{ return billingWork; }
			set{ billingWork=value; }
		}
	    /// 
        /// 
        /// 
		public DateTime? HappenTime
		{
		    get{ return happenTime; }
			set{ happenTime=value; }
		}
	    /// 
        /// 
        /// 
		public DateTime? EnrollTime
		{
		    get{ return enrollTime; }
			set{ enrollTime=value; }
		}
	    /// 
        /// 
        /// 
		public string ExecDeptId
		{
		    get{ return execDeptId; }
			set{ execDeptId=value; }
		}
	    /// 
        /// 
        /// 
		public string ExecDept
		{
		    get{ return execDept; }
			set{ execDept=value; }
		}
	    /// 
        /// 
        /// 
		public string ExecWorkId
		{
		    get{ return execWorkId; }
			set{ execWorkId=value; }
		}
	    /// 
        /// 
        /// 
		public string ExecWork
		{
		    get{ return execWork; }
			set{ execWork=value; }
		}
	    /// 
        /// 
        /// 
		public string ExecState
		{
		    get{ return execState; }
			set{ execState=value; }
		}
	    /// 
        /// 
        /// 
		public DateTime? ExecTime
		{
		    get{ return execTime; }
			set{ execTime=value; }
		}
	    /// 
        /// 
        /// 
		public string Conclusion
		{
		    get{ return conclusion; }
			set{ conclusion=value; }
		}
	    /// 
        /// 
        /// 
		public string IsInsure
		{
		    get{ return isInsure; }
			set{ isInsure=value; }
		}
	    /// 
        /// 
        /// 
		public string InsureNO
		{
		    get{ return insureNO; }
			set{ insureNO=value; }
		}
	    /// 
        /// 
        /// 
		public string LimitDrug
		{
		    get{ return limitDrug; }
			set{ limitDrug=value; }
		}
	    /// 
        /// 
        /// 
		public string DrugType
		{
		    get{ return drugType; }
			set{ drugType=value; }
		}
	    /// 
        /// 
        /// 
		public string IsUpLoad
		{
		    get{ return isUpLoad; }
			set{ isUpLoad=value; }
		}
	    /// 
        /// 
        /// 
		public string Remark
		{
		    get{ return remark; }
			set{ remark=value; }
		}
	    /// 
        /// 
        /// 
		public string EmergencyFlag
		{
		    get{ return emergencyFlag; }
			set{ emergencyFlag=value; }
		}
	    /// 
        /// 
        /// 
		public string OrderNo
		{
		    get{ return orderNo; }
			set{ orderNo=value; }
		}
	    /// 
        /// 
        /// 
		public string Extend1
		{
		    get{ return extend1; }
			set{ extend1=value; }
		}
	    /// 
        /// 
        /// 
		public string Extend2
		{
		    get{ return extend2; }
			set{ extend2=value; }
		}
	    /// 
        /// 
        /// 
		public string Extend3
		{
		    get{ return extend3; }
			set{ extend3=value; }
		}
	    /// 
        /// 
        /// 
		public string Extend4
		{
		    get{ return extend4; }
			set{ extend4=value; }
		}
	    /// 
        /// 
        /// 
		public string Extend5
		{
		    get{ return extend5; }
			set{ extend5=value; }
		}
	    /// 
        /// 
        /// 
		public string OrderState
		{
		    get{ return orderState; }
			set{ orderState=value; }
		}
	    /// 
        /// 
        /// 
		public int? OperatorId
		{
		    get{ return operatorId; }
			set{ operatorId=value; }
		}
	    /// 
        /// 
        /// 
		public string OperatorNo
		{
		    get{ return operatorNo; }
			set{ operatorNo=value; }
		}
	    /// 
        /// 
        /// 
		public string OperatorName
		{
		    get{ return operatorName; }
			set{ operatorName=value; }
		}
	    /// 
        /// 
        /// 
		public string ChargName
		{
		    get{ return chargName; }
			set{ chargName=value; }
		}
	    /// 
        /// 
        /// 
		public string ChargSpec
		{
		    get{ return chargSpec; }
			set{ chargSpec=value; }
		}
	}
}