lighter 6 місяців тому
батько
коміт
10ad72831b

+ 1 - 1
pom.xml

@@ -22,7 +22,7 @@
         <thyy-archive>0.1.1</thyy-archive>
         <thyy-haikang>0.0.5</thyy-haikang>
         <thyy-emr-query>1.5.1</thyy-emr-query>
-        <thyy-thirdpart-api>0.0.2</thyy-thirdpart-api>
+        <thyy-thirdpart-api>0.0.3</thyy-thirdpart-api>
         <thyy-scheduled>0.0.2</thyy-scheduled>
         <thyy-plugins>0.0.1</thyy-plugins>
         <thyy-hospitalized>0.0.1</thyy-hospitalized>

+ 1 - 0
thyy-thirdpart-api/src/main/java/org/thyy/thirdpartapi/inspection/response/jy/JyDetailBacterias.java

@@ -31,5 +31,6 @@ public class JyDetailBacterias {
     private Integer itmCalg;
     @JSONField(name = "test_mthd")
     private Integer testMthd;
+    @JSONField(name = "anti_list")
     private List<AntibioticItem> antiList;
 }