设备监控代码提交(临时)

This commit is contained in:
guofeihu
2024-07-01 11:02:15 +08:00
parent 5cff17030a
commit dfa3cb675a
12 changed files with 197 additions and 64 deletions

View File

@@ -15,5 +15,6 @@ public interface DataParam {
List<String> phases = Stream.of("A","B","C","T").collect(Collectors.toList());
List<String> statMethods = Stream.of("avg","max","min","cp95").collect(Collectors.toList());
long FILE_SIZE = 10 * 1024 * 1024;
//便携式设备编码(用于某些业务判断)
String portableDevType = "8b45cf6b7f5266e777d07c166ad5fa77";
}