package com.dacrt.SBIABackend.dto;

public class FooterUnitResumeBCPDto {
	private String footer;

	public FooterUnitResumeBCPDto() {
		super();
	}

	public FooterUnitResumeBCPDto(String footer) {
		super();
		this.footer = footer;
	}

	public String getFooter() {
		return footer;
	}

	public void setFooter(String footer) {
		this.footer = footer;
	}
	
}
