Commit 9ee9530d by yukang

中转数据格式

parent cdfabd32
...@@ -25,5 +25,18 @@ public class HPSB00A extends DaoEPBase { ...@@ -25,5 +25,18 @@ public class HPSB00A extends DaoEPBase {
private String equipmentType = " "; /* 设备状态*/ private String equipmentType = " "; /* 设备状态*/
private String dataContent = " "; /* 数据内容*/ private String dataContent = " "; /* 数据内容*/
}
/*
{
"equipmentCode": "SB00001",
"equipmentType": "STARUS_TYPE",
"dataContent": "<ncda><status>1</status></ncda>"
}
} {
\ No newline at end of file "equipmentCode": "SB00001",
"equipmentType": "TIME_TYPE",
"dataContent": "<startTime><tm>2020-7-29 14:30:25</tm></startTime>"
}
*/
\ No newline at end of file
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