mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update update
This commit is contained in:
@@ -302,7 +302,6 @@ public class OrderService {
|
||||
|
||||
// 下发修改充电桩设置指令
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -348,14 +348,6 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
Integer integer = new Integer(100);
|
||||
String s = Integer.toHexString(integer);
|
||||
byte[] bytes = s.getBytes();
|
||||
System.out.println(s);
|
||||
System.out.println(bytes);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void pushPileSettingCommand(PileSettingCommand command) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user