update 河南省平台service

This commit is contained in:
Lemon
2025-02-12 16:38:46 +08:00
parent b85780f576
commit 153fe0cae0
4 changed files with 406 additions and 0 deletions

View File

@@ -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
*/