mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 05:55:03 +08:00
新增 车辆离场时对应方法、 海南平台新增对应充电平台code
This commit is contained in:
@@ -38,6 +38,11 @@ public class GenerateOccupyOrderDTO {
|
||||
*/
|
||||
private String payStatus;
|
||||
|
||||
/**
|
||||
* 开始时间
|
||||
*/
|
||||
private String startTime;
|
||||
|
||||
/**
|
||||
* 车牌号
|
||||
*/
|
||||
|
||||
@@ -19,4 +19,10 @@ public class QueryOccupyOrderDTO {
|
||||
|
||||
// 充电桩枪口编号
|
||||
private String pileConnectorCode;
|
||||
|
||||
// 车牌号码
|
||||
private String plateNumber;
|
||||
|
||||
// 订单状态
|
||||
private String orderStatus;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user