update 浙江省平台

This commit is contained in:
Lemon
2024-08-15 08:31:33 +08:00
parent 4d75913527
commit 9703672fef
4 changed files with 34 additions and 8 deletions

View File

@@ -70,4 +70,28 @@ public class ConnectorInfo {
@JSONField(name = "ParkNo")
private String parkNo;
/**
* 运营状态
* 0-未知
* 1-建设中
* 5-关闭下线
* 6-维护中
* 50-正常使用
*/
@JSONField(name = "OperateStatus")
private Integer operateStatus;
/**
* 国家标准
*/
@JSONField(name = "NationalStandard")
private Integer nationalStandard;
/**
* 辅助电源
*/
@JSONField(name = "AuxPower")
private Integer auxPower;
}