zjh
2025-04-15 3acbfbf90dbaa7f87aa2d37405700a9abc08073a
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);
}