Rimosso minify

This commit is contained in:
2025-09-05 11:24:11 +02:00
parent 5bf71a1b0c
commit 150be3cae2
2 changed files with 8 additions and 3 deletions

View File

@@ -1,8 +1,13 @@
package it.integry.integrywmsnative.core.rest.model;
import com.google.gson.annotations.SerializedName;
public class AvailableCodMdepsDTO {
@SerializedName("codMdep")
private String codMdep;
@SerializedName("descrizione")
private String descrizione;
public String getCodMdep() {