并充计算订单耗电量

This commit is contained in:
Guoqs
2024-11-07 15:44:43 +08:00
parent 23ae7ecab3
commit 53a07aae78
2 changed files with 20 additions and 0 deletions

View File

@@ -16,4 +16,7 @@ public interface PileMsgRecordMapper {
* @return
*/
List<PileMsgRecord> getPileFeedList(@Param("pileSn") String pileSn);
List<PileMsgRecord> getPileFeedListV2(@Param("pileSn") String pileSn, @Param("frameType") String frameType,
@Param("startTime") String startTime, @Param("endTime") String endTime);
}