Browse Source

术语检索

zhaops 4 years ago
parent
commit
d2cfd8a06f
1 changed files with 2 additions and 2 deletions
  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;