Для команды Соловьева fix
This commit is contained in:
parent
64cc5ff7a9
commit
33c0a42517
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@ public class JournalDto {
|
|||
private Integer filePatternCode;
|
||||
private String senderFio;
|
||||
private String status;
|
||||
public Integer rowsCount;
|
||||
public Integer rowsSuccess;
|
||||
public Integer rowsError;
|
||||
private Integer rowsCount;
|
||||
private Integer rowsSuccess;
|
||||
private Integer rowsError;
|
||||
|
||||
public String getDepartureDateTime() {
|
||||
return departureDateTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue