This commit is contained in:
wr
2024-12-18 09:55:50 +08:00
parent 34e0f9f424
commit 4c439e299c
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
d.IP,
( select name from sys_dict_data sd where d.Dev_Type= sd.id) as Dev_Type,
d.Port,
d.Dev_Chns as devChns,
d.Series,
d.Dev_Key
FROM

View File

@@ -53,6 +53,7 @@ public class PreDetection {
@JsonProperty("devKey")
private String devKey;
private Integer devChns;
/**
* 监测点信息
*/