|
@@ -13,17 +13,17 @@ import lombok.Getter;
|
|
|
@Getter
|
|
|
public enum DeviceErrorRecordTypesEnum {
|
|
|
|
|
|
- NET("D001", "联网故障"),
|
|
|
+ NET("D011", "联网故障"),
|
|
|
|
|
|
- DOOR_LOCK("D002", "门锁故障"),
|
|
|
+ DOOR_LOCK("D012", "门锁故障"),
|
|
|
|
|
|
- T("D003", "温控仪故障"),
|
|
|
+ T("D013", "温控仪故障"),
|
|
|
|
|
|
- LIGHT("D004", "灯光故障"),
|
|
|
+ LIGHT("D014", "灯光故障"),
|
|
|
|
|
|
- CAMERA("D005", "摄像头故障"),
|
|
|
+ CAMERA("D015", "摄像头故障"),
|
|
|
|
|
|
- COMPRESSOR("D006", "压缩机故障"),
|
|
|
+ COMPRESSOR("D016", "压缩机故障"),
|
|
|
;
|
|
|
private String code;
|
|
|
private String msg;
|