mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update
This commit is contained in:
@@ -57,13 +57,15 @@ public class StationInfo {
|
||||
* 户号 N
|
||||
* 国网电费账单户号
|
||||
*/
|
||||
private String AccountNumber;
|
||||
@JSONField(name = "AccountNumber")
|
||||
private String accountNumber;
|
||||
|
||||
/**
|
||||
* 容量(单位KW) N
|
||||
* 独立电表申请的功率
|
||||
*/
|
||||
private BigDecimal Capacity;
|
||||
@JSONField(name = "Capacity")
|
||||
private BigDecimal capacity;
|
||||
|
||||
/**
|
||||
* 是否是公共停车场库 (0-否;1-是) Y
|
||||
|
||||
Reference in New Issue
Block a user