mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 河南省平台service
This commit is contained in:
@@ -94,6 +94,17 @@ public class EquipmentInfo {
|
||||
@JSONField(name = "EquipmentStatus")
|
||||
private Integer equipmentStatus;
|
||||
|
||||
/**
|
||||
* 充电设备用途
|
||||
* 1:公用;
|
||||
* 2:专用;
|
||||
* 3:个人分时共享;
|
||||
* 4:限制类公用;
|
||||
* 9:其他
|
||||
*/
|
||||
@JSONField(name = "EquipmentApplication")
|
||||
private Integer equipmentApplication;
|
||||
|
||||
/**
|
||||
* 额定功率(单位:kW) Y
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user