Rimossa commessa missioni 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:
@@ -7,6 +7,7 @@ import java.util.HashMap;
|
||||
public class ForeignKeyDTO {
|
||||
|
||||
public static HashMap<String, String> tableConstraintBindings = new HashMap<String, String>() {{
|
||||
put(CtbAmac.ENTITY, "Codice macchina inesistente");
|
||||
put(MtbAart.ENTITY, "Codice articolo inesistente");
|
||||
put(MtbPartitaMag.ENTITY, "Partita di magazzino inesistente");
|
||||
put(DtbDoct.ENTITY, "Documento inesistente");
|
||||
|
||||
@@ -9,7 +9,6 @@ public class MissioneMagazzinoAutomaticoRowDTO {
|
||||
@JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
||||
private Long id;
|
||||
private String sscc;
|
||||
private String codJcom;
|
||||
private String posizioneIn;
|
||||
private String posizioneOut;
|
||||
|
||||
@@ -59,15 +58,6 @@ public class MissioneMagazzinoAutomaticoRowDTO {
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getCodJcom() {
|
||||
return codJcom;
|
||||
}
|
||||
|
||||
public MissioneMagazzinoAutomaticoRowDTO setCodJcom(String codJcom) {
|
||||
this.codJcom = codJcom;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getPosizioneIn() {
|
||||
return posizioneIn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user