haoxuan
2023-11-02 031b4d9a2a6a757571015b1903bb125d414ecb2a
src/common/constants/index.ts
@@ -16,3 +16,8 @@
  6: 'F',
  7: 'G'
}
export const DEVICE_STATUS_NAME_MAP = {
  1: '正常',
  2: '异常'
}