sinake
2026-07-03 e148e3385c9dffb7db0a0f45463dd2f01cbf7775
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);
}