mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 06:25:13 +08:00
配置充电停车优惠
This commit is contained in:
@@ -9,15 +9,25 @@ import java.time.LocalTime;
|
||||
*/
|
||||
@Data
|
||||
public class ChargeParkingDiscountVO {
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
private String id;
|
||||
|
||||
/**
|
||||
* 站点id
|
||||
*/
|
||||
private String stationId;
|
||||
|
||||
/**
|
||||
* 停车平台id
|
||||
*/
|
||||
private Integer parkingPlatformId;
|
||||
|
||||
/**
|
||||
* 门槛类型 1-固定电量;2-固定时长
|
||||
*/
|
||||
private String conditionType;
|
||||
private Integer conditionType;
|
||||
|
||||
/**
|
||||
* 门槛值
|
||||
@@ -29,7 +39,7 @@ public class ChargeParkingDiscountVO {
|
||||
* 1-减时间单位分钟
|
||||
* 2-减金额单位元
|
||||
*/
|
||||
private String discountType;
|
||||
private Integer discountType;
|
||||
|
||||
/**
|
||||
* 优惠值
|
||||
|
||||
Reference in New Issue
Block a user