配置充电停车优惠

This commit is contained in:
Guoqs
2025-02-18 09:42:37 +08:00
parent afdebd9dc6
commit 154a7f35b6
9 changed files with 79 additions and 37 deletions

View File

@@ -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;
/**
* 优惠值