Spring Boot/Spring Batch 목표 아키텍처 정의 (BAIS-SPRING-ARC-001)
Some checks failed
ci / test (push) Has been cancelled
Some checks failed
ci / test (push) Has been cancelled
This commit is contained in:
parent
8e606e79dc
commit
4a409dff16
1 changed files with 9 additions and 0 deletions
9
src/main/java/com/example/demo/dto/TransactionDTO.java
Normal file
9
src/main/java/com/example/demo/dto/TransactionDTO.java
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
package com.example.demo.dto;
|
||||||
|
|
||||||
|
public class TransactionDTO {
|
||||||
|
private Long id;
|
||||||
|
private Double amount;
|
||||||
|
private String description;
|
||||||
|
|
||||||
|
// Getters and Setters
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue