zhaowenxuan
2024-12-10 22ff4e88cb9d8ff6a4fd8a5be43ef874cbeebd5f
ltkj-hosp/src/main/java/com/ltkj/hosp/service/TjUserAdviceService.java
@@ -4,4 +4,6 @@
import com.ltkj.hosp.domain.TjUserAdvice;
public interface TjUserAdviceService extends IService<TjUserAdvice> {
    TjUserAdvice getTjUserAdviceByUserId(Long userId,Long adviceId);
}