You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
weaver-develop/src/com/engine/forstarsecond/service/ExamineRankingService.java

15 lines
272 B
Java

3 months ago
package com.engine.forstarsecond.service;
import java.util.Map;
/**
* @Author liang.cheng
* @Date 2025/4/27 10:04
* @Description: TODO
* @Version 1.0
*/
public interface ExamineRankingService {
Map<String, Object> examineRanking(Map<String, Object> params);
}