aggiunto n uovo campo su testata dei listini
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-11-11 17:32:08 +01:00
parent 2fcba55965
commit 62234f2edf

View File

@@ -393,8 +393,7 @@ public class VtbList extends EntityBase {
public enum TipoUm implements IBaseEnum<TipoUm> {
ARTICOLO(null),
COLLI((short) 1),
PESO_KG((short) 2),
CICCIO((short) 3);
PESO_KG((short) 2);
private Short value;