modificata classe MdRigheDTO
This commit is contained in:
@@ -26,8 +26,6 @@ public class MdRigheDTO {
|
||||
@JsonProperty(value = "imponibile")
|
||||
@DtoField(startPosition = 71, maxLength = 13, fillChar = "0")
|
||||
private Integer imponibile;
|
||||
@DtoField(startPosition = 84, maxLength = 1, fillChar = " ")
|
||||
private Integer record;
|
||||
@JsonProperty(value = "cod_aliq")
|
||||
@DtoField(startPosition = 85, maxLength = 2, fillChar = " ")
|
||||
private String codAliq;
|
||||
@@ -102,15 +100,6 @@ public class MdRigheDTO {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Integer getRecord() {
|
||||
return record;
|
||||
}
|
||||
|
||||
public MdRigheDTO setRecord(Integer record) {
|
||||
this.record = record;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getCodAliq() {
|
||||
return codAliq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user