modificata classe MdRigheDTO

This commit is contained in:
2025-11-27 17:34:06 +01:00
parent ac4afa9a2b
commit abc4f1c966

View File

@@ -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;
}