Spring Boot/Spring Batch 목표 아키텍처 정의 (BAIS-SPRING-ARC-001)
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
forge-bot 2026-07-10 13:30:13 +00:00
parent 8e606e79dc
commit 4a409dff16

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