This commit is contained in:
2023-08-16 19:47:03 +08:00
parent 49e939c550
commit f77e7f48ab
5 changed files with 61 additions and 1 deletions

View File

@@ -156,4 +156,9 @@ public interface InfluxDBTableConstant {
*/
String IS_ABNORMAL = "is_abnormal";
/**
* 逻辑子设备id
*/
String CL_DID = "cl_did";
}