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">
|
<project version="4">
|
||||||
<component name="deploymentTargetSelector">
|
<component name="deploymentTargetSelector">
|
||||||
<selectionStates>
|
<selectionStates>
|
||||||
<SelectionState runConfigName="Prod_Android.WMS.app">
|
|
||||||
<option name="selectionMode" value="DROPDOWN" />
|
|
||||||
</SelectionState>
|
|
||||||
<SelectionState runConfigName="app">
|
<SelectionState runConfigName="app">
|
||||||
<option name="selectionMode" value="DROPDOWN" />
|
<option name="selectionMode" value="DROPDOWN" />
|
||||||
</SelectionState>
|
</SelectionState>
|
||||||
|
|||||||
@ -29,8 +29,11 @@ public class ArtDTO {
|
|||||||
private LocalDate dataScad;
|
private LocalDate dataScad;
|
||||||
|
|
||||||
private String systemNote;
|
private String systemNote;
|
||||||
|
|
||||||
private String codAlis;
|
private String codAlis;
|
||||||
|
|
||||||
|
private Date datetimeRow;
|
||||||
|
|
||||||
public Integer getRigaOrd() {
|
public Integer getRigaOrd() {
|
||||||
return rigaOrd;
|
return rigaOrd;
|
||||||
}
|
}
|
||||||
@ -135,4 +138,13 @@ public class ArtDTO {
|
|||||||
this.codAlis = codAlis;
|
this.codAlis = codAlis;
|
||||||
return this;
|
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.setBarcode(row.getCodBarre());
|
||||||
artDto.setQta(BigDecimal.valueOf(row.getQtaCol()));
|
artDto.setQta(BigDecimal.valueOf(row.getQtaCol()));
|
||||||
artDto.setDataIns(row.getDataCollo());
|
artDto.setDataIns(row.getDataCollo());
|
||||||
|
artDto.setDatetimeRow(row.getDatetimeRow());
|
||||||
artDto.setColli(BigDecimal.valueOf(row.getNumCnf()));
|
artDto.setColli(BigDecimal.valueOf(row.getNumCnf()));
|
||||||
artDto.setUntMis(row.getUntMis());
|
artDto.setUntMis(row.getUntMis());
|
||||||
artDto.setCodMart(row.getCodMart());
|
artDto.setCodMart(row.getCodMart());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user