src/main/java/com/linghu/service/ReferenceService.java @@ -9,5 +9,5 @@ * @createDate 2025-07-04 20:17:33 */ public interface ReferenceService extends IService<Reference> { public Integer getMaxNumByKeywordId( Integer keywordId); }