Aggiunto dateTimeRow in ArtDTO
This commit is contained in:
parent
46c9fa184d
commit
e45a980ce3
3
.idea/deploymentTargetSelector.xml
generated
3
.idea/deploymentTargetSelector.xml
generated
@ -2,9 +2,6 @@
|
||||
<project version="4">
|
||||
<component name="deploymentTargetSelector">
|
||||
<selectionStates>
|
||||
<SelectionState runConfigName="Prod_Android.WMS.app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
</SelectionState>
|
||||
<SelectionState runConfigName="app">
|
||||
<option name="selectionMode" value="DROPDOWN" />
|
||||
</SelectionState>
|
||||
|
||||
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user