Aumentata lunghezza campo numero della dtb_fatture_passive_ddt a 40 caratteri
This commit is contained in:
@@ -24,7 +24,7 @@ public class DtbFatturePassiveDdt extends EntityBase {
|
||||
@SqlField(value = "id_attach", maxLength = 40, nullable = false)
|
||||
private String idAttach;
|
||||
|
||||
@SqlField(value = "numero", maxLength = 15, nullable = false)
|
||||
@SqlField(value = "numero", maxLength = 40, nullable = false)
|
||||
private String numero;
|
||||
|
||||
@SqlField(value = "data", nullable = false)
|
||||
|
||||
Reference in New Issue
Block a user