mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
新增 宁夏交投 相关service方法
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
package com.jsowell.pile.vo.ningxiajiaotou;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 宁夏交投订单VO
|
||||
*
|
||||
* @author Lemon
|
||||
* @Date 2023/11/14 10:50:37
|
||||
*/
|
||||
@Data
|
||||
public class NXJTOrderVO {
|
||||
/**
|
||||
* 充电消费时间
|
||||
*/
|
||||
private String chargeTime;
|
||||
|
||||
/**
|
||||
* 车牌号码
|
||||
*/
|
||||
private String licensePlateNumber;
|
||||
|
||||
/**
|
||||
* 站点名称
|
||||
*/
|
||||
private String stationName;
|
||||
|
||||
/**
|
||||
* 订单金额
|
||||
*/
|
||||
private BigDecimal orderAmount;
|
||||
|
||||
/**
|
||||
* 车牌颜色
|
||||
* (1-绿色;2-蓝色)
|
||||
*/
|
||||
private Integer licensePlateNumberColor;
|
||||
}
|
||||
@@ -74,6 +74,11 @@ public class OrderVO {
|
||||
*/
|
||||
private BigDecimal settleAmount;
|
||||
|
||||
/**
|
||||
* 车牌号
|
||||
*/
|
||||
private String licensePlateNumber;
|
||||
|
||||
/**
|
||||
* 订单状态
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user