huliguo
昨天 23ac3e4f8fb16db0759ba5c91c4d06d622c67009
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);
}