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)
|
@SqlField(value = "cod_lingua", nullable = true)
|
||||||
private String codLingua;
|
private String codLingua;
|
||||||
|
|
||||||
|
@SqlField(value = "id_lotto", nullable = true)
|
||||||
|
private Integer idLotto;
|
||||||
@JsonProperty(value = "explodeKit")
|
@JsonProperty(value = "explodeKit")
|
||||||
private String explodeKit;
|
private String explodeKit;
|
||||||
|
|
||||||
@@ -1206,6 +1209,14 @@ public class DtbDoct extends DtbBaseDocT {
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Integer getIdLotto() {
|
||||||
|
return idLotto;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setIdLotto(Integer idLotto) {
|
||||||
|
this.idLotto = idLotto;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getExplodeKit() {
|
public String getExplodeKit() {
|
||||||
return explodeKit;
|
return explodeKit;
|
||||||
|
|||||||
Reference in New Issue
Block a user