Browse Source

Merge branch 'debug'

gaodm 4 năm trước cách đây
mục cha
commit
1685c4c298
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/main/java/com/diagbot/web/PushController.java

+ 2 - 0
src/main/java/com/diagbot/web/PushController.java

@@ -48,4 +48,6 @@ public class PushController {
         IndicationDTO data = pushFacade.indicationPush(indicationPushVO);
         return RespDTO.onSuc(data);
     }
+
+    //todo 治疗方案
 }