Merge tag 'Licor_MonitoraggioLineeV2_FixChiusura' into develop
Finish Licor_MonitoraggioLineeV2_FixChiusura
This commit is contained in:
@@ -36,11 +36,11 @@ public class CreateUDSRequestDTO {
|
||||
return this;
|
||||
}
|
||||
|
||||
public int getSegno() {
|
||||
public Integer getSegno() {
|
||||
return segno;
|
||||
}
|
||||
|
||||
public CreateUDSRequestDTO setSegno(int segno) {
|
||||
public CreateUDSRequestDTO setSegno(Integer segno) {
|
||||
this.segno = segno;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user