1.无线设备bug修改

This commit is contained in:
2024-09-24 16:40:32 +08:00
parent 35e521365d
commit d3f32fd396
11 changed files with 164 additions and 24 deletions

View File

@@ -52,6 +52,8 @@ public interface DataParam {
String EvtParamPhase = "Evt_Param_Phase";
String EvtParamDepth = "Evt_Param_VVaDepth";
String evtData = "evt_data";
String wlRecordPath = "test/";

View File

@@ -36,7 +36,7 @@ public class DataGroupEventVO {
private String itemName;
@ApiModelProperty("持续时间")
private Double duration;
private Double persistTime;
@ApiModelProperty("发生时刻")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss.SSS")