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