guyue
116 分钟以前 b1c917a344e6240a013d0c0fc0a67e3de02afb7e
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);
}