zjh
2024-12-30 1b7ed7edb09aaecf68ddf3396ee007bc6eadf52a
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);
}