mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
update 接口添加字段 对外展示VIP价格标识
This commit is contained in:
@@ -42,6 +42,11 @@ public class BillingPriceVO {
|
||||
*/
|
||||
private String totalPrice;
|
||||
|
||||
/**
|
||||
* 对外展示标识(0-不展示; 1-展示)
|
||||
*/
|
||||
private String displayFlag;
|
||||
|
||||
/**
|
||||
* vip电费
|
||||
*/
|
||||
|
||||
@@ -42,6 +42,11 @@ public class CurrentTimePriceDetails {
|
||||
*/
|
||||
private String totalPrice;
|
||||
|
||||
/**
|
||||
* 对外展示VIP价格标识(0-不展示; 1-展示)
|
||||
*/
|
||||
private String displayFlag;
|
||||
|
||||
/**
|
||||
* vip电费
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user