设备监控代码提交(临时)
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user