Aggiunte annotazioni nel dto di moveItems per Magazzino Automatico
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -6,6 +6,7 @@ public class MagazzinoAutomaticoMoveItemsRequestDTO {
|
||||
|
||||
private List<String> barcodeUl;
|
||||
private String posizioneDestinazione;
|
||||
private String annotazioni;
|
||||
|
||||
public List<String> getBarcodeUl() {
|
||||
return barcodeUl;
|
||||
@@ -24,4 +25,13 @@ public class MagazzinoAutomaticoMoveItemsRequestDTO {
|
||||
this.posizioneDestinazione = posizioneDestinazione;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getAnnotazioni() {
|
||||
return annotazioni;
|
||||
}
|
||||
|
||||
public MagazzinoAutomaticoMoveItemsRequestDTO setAnnotazioni(String annotazioni) {
|
||||
this.annotazioni = annotazioni;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user