guyue
3 天以前 9a34ef1f3c2aea28705939eb1dc32c28f1222ad9
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);
}