This commit is contained in:
YAS\29473
2024-11-29 08:20:24 +08:00
parent a96ea5aafd
commit ed7be79f9d
4 changed files with 22 additions and 1 deletions

View File

@@ -82,6 +82,17 @@ public class ConnectorInfo {
@JSONField(name = "OperateStatus")
private Integer operateStatus;
/**
* 运营状态
* 0-未知
* 1-建设中
* 5-关闭下线
* 6-维护中
* 50-正常使用
*/
@JSONField(name = "OpreateStatus")
private Integer opreateStatus;
/**
* 国家标准
*/

View File

@@ -53,7 +53,8 @@ public class EquipmentInfo {
* 设备生产日期 N
* YYYY-MM-DD
*/
// private String ProductionDate;
@JSONField(name = "ProductionDate")
private String productionDate;
/**
* 建设时间 Y