update update

This commit is contained in:
2023-03-29 14:23:17 +08:00
parent 9800e7c5cc
commit 8eafe47596
2 changed files with 0 additions and 9 deletions

View File

@@ -302,7 +302,6 @@ public class OrderService {
// 下发修改充电桩设置指令
}
}

View File

@@ -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) {