update 预约充电记录

This commit is contained in:
Guoqs
2024-08-02 15:45:15 +08:00
parent 42f344f71e
commit ea0233fa9f
7 changed files with 52 additions and 26 deletions

View File

@@ -145,4 +145,11 @@ public class YKCUtils {
}
return "";
}
/**
* 解析vin
*/
public static String parseVin(byte[] vinCodeByteArr) {
return BytesUtil.ascii2Str(vinCodeByteArr);
}
}