Rev 106 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 106 | Rev 195 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | package br.com.ec.domain.dto; |
1 | package br.com.ec.domain.dto; |
| 2 | 2 | ||
| 3 | import java.io.Serializable; |
3 | import java.io.Serializable; |
| 4 | 4 | ||
| 5 | import br.com.ec.domain.model.Transferencia; |
5 | import br.com.ec.domain.model.Transferencia; |
| 6 | import br.edu.cesmac.relatorio.interfaces.ArquivoJasper; |
- | |
| 7 | import br.edu.cesmac.relatorio.interfaces.Relatorio; |
- | |
| - | 6 | import br.com.ec.relatorio.interfaces.ArquivoJasper; |
|
| - | 7 | import br.com.ec.relatorio.interfaces.Relatorio; |
|
| 8 | 8 | ||
| 9 | @Relatorio |
9 | @Relatorio |
| 10 | @ArquivoJasper(nome="comprovante_transferencia.jasper") |
10 | @ArquivoJasper(nome="comprovante_transferencia.jasper") |
| 11 | public class FiltroComprovanteTransferencia implements Serializable { |
11 | public class FiltroComprovanteTransferencia implements Serializable { |
| 12 | 12 | ||