mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +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
|
@Override
|
||||||
public void pushPileSettingCommand(PileSettingCommand command) {
|
public void pushPileSettingCommand(PileSettingCommand command) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user