ruoyi-project/src/main/java/com/ruoyi/project/service/IGiLinkService.java
@@ -5,6 +5,11 @@ public interface IGiLinkService extends IService<GiLink>{ Long Add(GiLink model); String Add(GiLink model); String SendReport(Long id,String coordinatorNo,String toHospital); String SendExpert(String id,String expertNo,String infoId); }