Browse Source

业务流程

master
pry 1 year ago
parent
commit
543cb88ac2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/src/main/java/com/example/bpa/app/DeviceData.java

+ 2
- 2
app/src/main/java/com/example/bpa/app/DeviceData.java View File

@@ -25,7 +25,7 @@ public class DeviceData {
}


//----------------------------------------------------------------Start 测试 ----------------------------------------------------------------
//----------------------------------------------------------------Start 模拟测试 ----------------------------------------------------------------
ConcurrentLinkedQueue<Integer> testComms = new ConcurrentLinkedQueue<>();

public void testAddComm(int value) {
@@ -52,7 +52,7 @@ public class DeviceData {
});
;
}
//----------------------------------------------------------------End 测试 ----------------------------------------------------------------
//----------------------------------------------------------------End 模拟测试 ----------------------------------------------------------------

//region 初始化
public void Init() {


Loading…
Cancel
Save