Aggiunto dateTimeRow in ArtDTO
This commit is contained in:
@@ -29,8 +29,11 @@ public class ArtDTO {
|
||||
private LocalDate dataScad;
|
||||
|
||||
private String systemNote;
|
||||
|
||||
private String codAlis;
|
||||
|
||||
private Date datetimeRow;
|
||||
|
||||
public Integer getRigaOrd() {
|
||||
return rigaOrd;
|
||||
}
|
||||
@@ -135,4 +138,13 @@ public class ArtDTO {
|
||||
this.codAlis = codAlis;
|
||||
return this;
|
||||
}
|
||||
|
||||
public Date getDatetimeRow() {
|
||||
return datetimeRow;
|
||||
}
|
||||
|
||||
public ArtDTO setDatetimeRow(Date datetimeRow) {
|
||||
this.datetimeRow = datetimeRow;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -240,6 +240,7 @@ public class DocInterniEditFormViewModel {
|
||||
artDto.setBarcode(row.getCodBarre());
|
||||
artDto.setQta(BigDecimal.valueOf(row.getQtaCol()));
|
||||
artDto.setDataIns(row.getDataCollo());
|
||||
artDto.setDatetimeRow(row.getDatetimeRow());
|
||||
artDto.setColli(BigDecimal.valueOf(row.getNumCnf()));
|
||||
artDto.setUntMis(row.getUntMis());
|
||||
artDto.setCodMart(row.getCodMart());
|
||||
|
||||
Reference in New Issue
Block a user