guyue
2025-08-06 e298c9a3d7dc23624bf0b79a0bc18ebd1b8219ce
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);
}