mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 11:49:49 +08:00
update 电单车协议
This commit is contained in:
@@ -13,7 +13,7 @@ import java.util.Objects;
|
|||||||
*/
|
*/
|
||||||
public class EBikeOperateFactory {
|
public class EBikeOperateFactory {
|
||||||
|
|
||||||
private static Map<String, AbstractEBikeHandler> strategyMap = Maps.newHashMap();
|
private static final Map<String, AbstractEBikeHandler> strategyMap = Maps.newHashMap();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 注册
|
* 注册
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import java.util.Objects;
|
|||||||
*/
|
*/
|
||||||
public class YKCOperateFactory {
|
public class YKCOperateFactory {
|
||||||
|
|
||||||
private static Map<String, AbstractYkcHandler> strategyMap = Maps.newHashMap();
|
private static final Map<String, AbstractYkcHandler> strategyMap = Maps.newHashMap();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 注册
|
* 注册
|
||||||
|
|||||||
Reference in New Issue
Block a user