去掉魔法字符,设备监控及管理左侧树过滤掉无数据的tree,测试项绑定数据列表形式修改

This commit is contained in:
guofeihu
2024-07-09 14:21:09 +08:00
parent 33155a534f
commit c00cab7689
12 changed files with 207 additions and 200 deletions

View File

@@ -23,4 +23,23 @@ public interface DataParam {
//便携式设备默认统计方式
String portableDevStatisticalMethods = "min";
//DecimalFormat格式化
String DecimalFormatStr = "#0.0000";
//DecimalFormat格式化
String startTime = " 00:00:00";
String endTime = " 23:59:59";
String timeFormat = "yyyy-MM-dd HH:mm:ss";
String portableDev = "便携式设备";
String governmentDev = "治理设备";
String EvtParamPhase = "Evt_Param_Phase";
String evtData = "evt_data";
}