---
small fix
This commit is contained in:
aalehin 2023-05-27 16:09:53 +03:00
parent eafd571518
commit a60f550645
2 changed files with 0 additions and 2 deletions

View file

@ -19,7 +19,6 @@ public class SDf08Table extends AbstractTable<SDf08> {
@Override
public SDf08 getEntity(String[] entity) {
SDf08 result = new SDf08();
result.setOutDocument(entity[3]);
result.setDepoCode(entity[0]);
result.setQuantity(entity[1]);
result.setSecurityCode(entity[2]);

View file

@ -19,7 +19,6 @@ public class SDf10Table extends AbstractTable<SDf10> {
@Override
public SDf10 getEntity(String[] entity) {
SDf10 result = new SDf10();
result.setOutDocument(entity[3]);
result.setDepoCode(entity[0]);
result.setQuantity(entity[1]);
result.setSecurityCode(entity[2]);