fuliqi
2024-09-30 628b80d0452602c5c02cec9ddbbee266f89d60c8
ycl-server/src/main/java/com/ycl/platform/mapper/CheckScoreMapper.java
@@ -5,6 +5,7 @@
import com.ycl.platform.domain.dto.CheckScoreDTO;
import com.ycl.platform.domain.dto.ScoreIndexDTO;
import com.ycl.platform.domain.entity.CheckScore;
import com.ycl.platform.domain.query.DashboardQuery;
import enumeration.OperationType;
import java.util.Date;
@@ -92,4 +93,6 @@
    List<Map<String, Object>> calculate(Date startDate, Date endDate, String category);
    CheckScore getLast(CheckScore checkScore);
    List<CheckScore> dashboard(DashboardQuery dashboardQuery);
}