Aggiunta campo ID_LOTTO in DTB_DOCT
This commit is contained in:
@@ -316,6 +316,9 @@ public class DtbDoct extends DtbBaseDocT {
|
||||
|
||||
@SqlField(value = "cod_lingua", nullable = true)
|
||||
private String codLingua;
|
||||
|
||||
@SqlField(value = "id_lotto", nullable = true)
|
||||
private Integer idLotto;
|
||||
@JsonProperty(value = "explodeKit")
|
||||
private String explodeKit;
|
||||
|
||||
@@ -1206,6 +1209,14 @@ public class DtbDoct extends DtbBaseDocT {
|
||||
return this;
|
||||
}
|
||||
|
||||
public Integer getIdLotto() {
|
||||
return idLotto;
|
||||
}
|
||||
|
||||
public void setIdLotto(Integer idLotto) {
|
||||
this.idLotto = idLotto;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getExplodeKit() {
|
||||
return explodeKit;
|
||||
|
||||
Reference in New Issue
Block a user