분석레포트 로직 수정

This commit is contained in:
Macbook
2026-06-08 10:08:39 +09:00
parent e11e1a46fa
commit c20c806c19
22 changed files with 254 additions and 108 deletions
@@ -12,6 +12,9 @@ public class PaperTradeDto {
private String orderKind;
private String source;
private Long strategyId;
private String candleType;
private String strategyName;
private String executionType;
private Double price;
private Double quantity;
private Double grossAmount;