mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 电单车
This commit is contained in:
@@ -279,6 +279,11 @@ public class CacheConstants {
|
||||
*/
|
||||
public static final String PILE_SN_GENERATE_KEY = "pile_sn_generate_";
|
||||
|
||||
/**
|
||||
* 充电桩sn生成 key
|
||||
*/
|
||||
public static final String PILE_SN_EBIKE_GENERATE_KEY = "pile_sn_ebike_generate_";
|
||||
|
||||
/**
|
||||
* 充电桩详情key
|
||||
*/
|
||||
|
||||
@@ -6,6 +6,7 @@ package com.jsowell.common.enums;
|
||||
public enum SoftwareProtocolEnum {
|
||||
YUN_KUAI_CHONG("1", "云快充"),
|
||||
YONG_LIAN("2", "永联"),
|
||||
YOU_DIAN("3", "友电"),
|
||||
;
|
||||
|
||||
private String value;
|
||||
|
||||
Reference in New Issue
Block a user