master
tangwenkang 2023-12-04 22:43:06 +08:00
parent 3ec6972201
commit 7c5a2e4f2c
3 changed files with 0 additions and 6 deletions

View File

@ -10,7 +10,6 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import java.util.Map;
/**
* @author Wenkang Tang

View File

@ -1,12 +1,10 @@
package com.dragon.vehicle.history.server.service;
import com.dragon.common.core.domain.Result;
import com.dragon.vehicle.history.common.domain.HistoryRecord;
import com.dragon.vehicle.history.common.domain.VehicleData;
import com.dragon.vehicle.history.common.domain.req.HistoryReq;
import java.util.List;
import java.util.Map;
/**
* @author Wenkang Tang

View File

@ -19,12 +19,9 @@ import com.github.yulichang.wrapper.MPJLambdaWrapper;
import lombok.extern.log4j.Log4j2;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.core.ZSetOperations;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Objects;
import java.util.Set;
/**
* @author Wenkang Tang