转换订单状态描述

This commit is contained in:
2023-03-16 17:09:35 +08:00
parent b95437486f
commit 1c66b70f43
6 changed files with 40 additions and 62 deletions

View File

@@ -58,6 +58,7 @@ public class OrderDetailInfoVO {
public static class OrderInfo {
private String orderCode; // 订单编号
private String orderStatus; // 订单状态
private String orderStatusDescribe; // 订单状态描述
private String startTime; // 充电开始时间
private String endTime; // 充电结束时间
private String stopReasonMsg; // 停止原因