zhaops hace 4 años
padre
commit
d2cfd8a06f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/java/com/diagbot/dto/IndexDTO.java

+ 2 - 2
src/main/java/com/diagbot/dto/IndexDTO.java

@@ -14,8 +14,8 @@ public class IndexDTO {
     private Long id;
     private String name;
     private String icd10Code;
-    private String maxValue;
-    private String minValue;
+    private Double maxValue;
+    private Double minValue;
     private String units;
     private Integer range;
     private Long packId;