package com.cku.oa.finance.vo;

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

public class SaVoucherBaseVo implements Serializable {

	//贷科目
	private String centryAccountCode; 
	
	private String centrySupplierCode;
	
	private String centryCustomerCode;
	
	private String centryItemCode;
	
	private String centryDeptCode;
	
	private BigDecimal centryPaymentMoney;
	
	//借科目
    private String dentryAccountCode; 
	
	private String dentrySupplierCode;
	
	private String dentryCustomerCode;
	
	private String dentryItemCode;
	
	private String dentryDeptCode;
	
	private BigDecimal dentryPaymentMoney;
	
	

	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;
	}

	public String getCentrySupplierCode() {
		return centrySupplierCode;
	}

	public void setCentrySupplierCode(String centrySupplierCode) {
		this.centrySupplierCode = centrySupplierCode;
	}

	public String getCentryCustomerCode() {
		return centryCustomerCode;
	}

	public void setCentryCustomerCode(String centryCustomerCode) {
		this.centryCustomerCode = centryCustomerCode;
	}

	public String getCentryItemCode() {
		return centryItemCode;
	}

	public void setCentryItemCode(String centryItemCode) {
		this.centryItemCode = centryItemCode;
	}

	public String getCentryDeptCode() {
		return centryDeptCode;
	}

	public void setCentryDeptCode(String centryDeptCode) {
		this.centryDeptCode = centryDeptCode;
	}

	public BigDecimal getCentryPaymentMoney() {
		return centryPaymentMoney;
	}

	public void setCentryPaymentMoney(BigDecimal centryPaymentMoney) {
		this.centryPaymentMoney = centryPaymentMoney;
	}

	public String getDentrySupplierCode() {
		return dentrySupplierCode;
	}

	public void setDentrySupplierCode(String dentrySupplierCode) {
		this.dentrySupplierCode = dentrySupplierCode;
	}

	public String getDentryCustomerCode() {
		return dentryCustomerCode;
	}

	public void setDentryCustomerCode(String dentryCustomerCode) {
		this.dentryCustomerCode = dentryCustomerCode;
	}

	public String getDentryItemCode() {
		return dentryItemCode;
	}

	public void setDentryItemCode(String dentryItemCode) {
		this.dentryItemCode = dentryItemCode;
	}

	public String getDentryDeptCode() {
		return dentryDeptCode;
	}

	public void setDentryDeptCode(String dentryDeptCode) {
		this.dentryDeptCode = dentryDeptCode;
	}

	public BigDecimal getDentryPaymentMoney() {
		return dentryPaymentMoney;
	}

	public void setDentryPaymentMoney(BigDecimal dentryPaymentMoney) {
		this.dentryPaymentMoney = dentryPaymentMoney;
	}

}
