replace SUM and AGREEMENT_SETTLEMENT_DATE (KSCommissionTradesReport)
This commit is contained in:
parent
4dfb642e1b
commit
fac5dca462
1 changed files with 6 additions and 6 deletions
|
|
@ -38,16 +38,16 @@ public class KSCommissionTradesReport {
|
|||
@CsvDate(value = "dd.MM.yyyy")
|
||||
private LocalDate agreementDate;
|
||||
|
||||
@CsvBindByName(column = "SUM")
|
||||
@CsvBindByPosition(position = 7)
|
||||
@CsvNumber(value = "#0.00", writeFormat = "#0.00")
|
||||
private BigDecimal sum;
|
||||
|
||||
@CsvBindByName(column = "AGREEMENT_SETTLEMENT_DATE")
|
||||
@CsvBindByPosition(position = 8)
|
||||
@CsvBindByPosition(position = 7)
|
||||
@CsvDate(value = "dd.MM.yyyy")
|
||||
private LocalDate agreementSettlementDate;
|
||||
|
||||
@CsvBindByName(column = "SUM")
|
||||
@CsvBindByPosition(position = 8)
|
||||
@CsvNumber(value = "#0.00", writeFormat = "#0.00")
|
||||
private BigDecimal sum;
|
||||
|
||||
@CsvBindByName(column = "REPAYM_DATE")
|
||||
@CsvBindByPosition(position = 9)
|
||||
@CsvDate(value = "dd.MM.yyyy")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue