package com.dacrt.SBIABackend.dto;

public class EntryOperationLinesDto {
	private EntryOperationLinesDto2 entry;

	public EntryOperationLinesDto() {
		super();
	}

	public EntryOperationLinesDto(EntryOperationLinesDto2 entry) {
		super();
		this.entry = entry;
	}

	public EntryOperationLinesDto2 getEntry() {
		return entry;
	}

	public void setEntry(EntryOperationLinesDto2 entry) {
		this.entry = entry;
	}
	
	
}
