运营区
This commit is contained in:
parent
34883e6258
commit
387bc835f4
@ -28,6 +28,8 @@ public class ReqEbikeOperationRegionDto {
|
||||
*/
|
||||
private String simpleName;
|
||||
|
||||
private Integer operationLevel;
|
||||
|
||||
/**
|
||||
* 行政区id
|
||||
*/
|
||||
|
||||
@ -45,6 +45,15 @@ public class RedisUtil {
|
||||
|
||||
/* ------------------- key 相关操作 ------------------ */
|
||||
|
||||
/**
|
||||
* 批量获取值
|
||||
*
|
||||
* @param keyList 键
|
||||
*/
|
||||
public List<Object> multiGet(List<String> keyList) {
|
||||
return redisTemplate.opsForValue().multiGet(keyList);
|
||||
}
|
||||
|
||||
/**
|
||||
* 添加车辆地理位置
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user