liusheng
2024-07-29 0c9ec42a824aa3242fe1e1b8ce372947f2bc9a03
smartor/src/main/java/com/smartor/service/IPatArchiveService.java
@@ -90,4 +90,6 @@
    public List<PatArchivetagAndPatientInfo> patInfoByTag(List<Long> tagids);
    public List<Object> getUserTreatmentInfo(String pid,String type);
    public List<PatTaskRelevance> getPatientInfo(PatArchiveReq patArchiveReq);
}