新增 查询充电报告接口

This commit is contained in:
Lemon
2025-11-24 10:05:20 +08:00
parent 0472df17c9
commit 91efa36e04
6 changed files with 57 additions and 2 deletions

View File

@@ -3,6 +3,8 @@ package com.jsowell.pile.mapper;
import java.util.List;
import com.jsowell.pile.domain.ChargeAlgorithmRecord;
import com.jsowell.pile.dto.BatteryChargeReportDTO;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Repository;