zjh
2025-06-05 2c19fa65dc87ea8f3d81f84154f4eeabff7f8d00
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);
}