zjh
2025-06-27 0a469fa5898ac2b63b860d17ac10c0ebf534d82f
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);
}