Commit 731a1783 by yukang

数据采集接收接口

parent cfdda15b
...@@ -24,8 +24,6 @@ public class ServiceHPTCP001 extends ServiceBase { ...@@ -24,8 +24,6 @@ public class ServiceHPTCP001 extends ServiceBase {
HPSB002 hpsb002 = new HPSB002(); HPSB002 hpsb002 = new HPSB002();
HPSB001 hpsb001 = new HPSB001(); HPSB001 hpsb001 = new HPSB001();
List<HPSB002> hpsb002List = new ArrayList<>();
List<HPSB001> hpsb001List = new ArrayList<>();
EiInfo outInfo = new EiInfo(); EiInfo outInfo = new EiInfo();
//TODO 根据TYPE来判断内容属于哪一种,然后再进行解析 //TODO 根据TYPE来判断内容属于哪一种,然后再进行解析
//TODO TYPE = STARUS_TYPE --- 设备状态 //TODO TYPE = STARUS_TYPE --- 设备状态
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment