Aggiunta application DMS

This commit is contained in:
2024-06-27 12:20:55 +02:00
parent 747e2615b3
commit 7705b8a5fd

View File

@@ -2,7 +2,8 @@ package it.integry.ems_model.types;
public enum ApplicationName { public enum ApplicationName {
WINGEST("WINGEST"), WINGEST("WINGEST"),
TEXTILES("TEXTILES"); TEXTILES("TEXTILES"),
DMS("DMS");
private String type; private String type;