package com.cku.oa.finance.vo;

import java.io.Serializable;
import java.math.BigDecimal;

public class SaPaymentDetailVoucherVo implements Serializable {

	private String accountCode;

	private BigDecimal paymentMoney;
	
	private BigDecimal taxMoney;
	
	private BigDecimal taxRate;
	
	private String taxAccountCode;
	
	private String type;
	
	private String paymentWay;
	
	private String memberCode;
	
	private String supplierCode;
	
	private String customerCode;
	
	private String itemCode;
	
	private String deptCode;
	
	private String currentMonthFlag;
	
	private String draweeCode;
	
    private String payeeCode;
    
    private String centryAccountCode; //贷科目
    
    private String dentryAccountCode; //借科目
	

	public String getAccountCode() {
		return accountCode;
	}

	public void setAccountCode(String accountCode) {
		this.accountCode = accountCode;
	}

	public String getMemberCode() {
		return memberCode;
	}

	public void setMemberCode(String memberCode) {
		this.memberCode = memberCode;
	}

	public BigDecimal getPaymentMoney() {
		return paymentMoney;
	}

	public void setPaymentMoney(BigDecimal paymentMoney) {
		this.paymentMoney = paymentMoney;
	}

	public String getSupplierCode() {
		return supplierCode;
	}

	public void setSupplierCode(String supplierCode) {
		this.supplierCode = supplierCode;
	}

	public String getType() {
		return type;
	}

	public void setType(String type) {
		this.type = type;
	}

	public String getPaymentWay() {
		return paymentWay;
	}

	public void setPaymentWay(String paymentWay) {
		this.paymentWay = paymentWay;
	}

	public String getItemCode() {
		return itemCode;
	}

	public void setItemCode(String itemCode) {
		this.itemCode = itemCode;
	}

	public String getDeptCode() {
		return deptCode;
	}

	public void setDeptCode(String deptCode) {
		this.deptCode = deptCode;
	}

	public BigDecimal getTaxRate() {
		return taxRate;
	}

	public void setTaxRate(BigDecimal taxRate) {
		this.taxRate = taxRate;
	}

	public BigDecimal getTaxMoney() {
		return taxMoney;
	}

	public void setTaxMoney(BigDecimal taxMoney) {
		this.taxMoney = taxMoney;
	}

	public String getTaxAccountCode() {
		return taxAccountCode;
	}

	public void setTaxAccountCode(String taxAccountCode) {
		this.taxAccountCode = taxAccountCode;
	}

	public String getCurrentMonthFlag() {
		return currentMonthFlag;
	}

	public void setCurrentMonthFlag(String currentMonthFlag) {
		this.currentMonthFlag = currentMonthFlag;
	}

	public String getCustomerCode() {
		return customerCode;
	}

	public void setCustomerCode(String customerCode) {
		this.customerCode = customerCode;
	}

	public String getDraweeCode() {
		return draweeCode;
	}

	public void setDraweeCode(String draweeCode) {
		this.draweeCode = draweeCode;
	}

	public String getPayeeCode() {
		return payeeCode;
	}

	public void setPayeeCode(String payeeCode) {
		this.payeeCode = payeeCode;
	}

	public String getCentryAccountCode() {
		return centryAccountCode;
	}

	public void setCentryAccountCode(String centryAccountCode) {
		this.centryAccountCode = centryAccountCode;
	}

	public String getDentryAccountCode() {
		return dentryAccountCode;
	}

	public void setDentryAccountCode(String dentryAccountCode) {
		this.dentryAccountCode = dentryAccountCode;
	}
	
}
