mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-16 11:07:36 +08:00
update 修改查询停车减免接口字段
This commit is contained in:
@@ -46,7 +46,10 @@ public class ParkingCouponRecordVO {
|
||||
private String returnMsg;
|
||||
|
||||
@ApiModelProperty("停车平台ID")
|
||||
private Integer parkingPlatformId;
|
||||
private String parkingPlatformId;
|
||||
|
||||
@ApiModelProperty("停车平台名称")
|
||||
private String parkingPlatformName;
|
||||
|
||||
@ApiModelProperty("条件类型(1-固定电量;2-固定时长)")
|
||||
private String conditionType;
|
||||
|
||||
Reference in New Issue
Block a user