mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 22:45:05 +08:00
显示vip价格
This commit is contained in:
@@ -58,6 +58,21 @@ public class StationInfoVO {
|
||||
*/
|
||||
private String totalPrice;
|
||||
|
||||
/**
|
||||
* vip电费
|
||||
*/
|
||||
private String vipElectricityPrice;
|
||||
|
||||
/**
|
||||
* 服务费 每度单价
|
||||
*/
|
||||
private String vipServicePrice;
|
||||
|
||||
/**
|
||||
* 电费 + 服务费 每度单价
|
||||
*/
|
||||
private String vipTotalPrice;
|
||||
|
||||
/**
|
||||
* 停车费率描述
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user