事件添加模块信息

This commit is contained in:
xy
2025-07-09 16:45:22 +08:00
parent c0c3ae4e41
commit b045860a43
3 changed files with 8 additions and 2 deletions

View File

@@ -116,8 +116,11 @@ public class EventDetailVO {
//用于波形分析区别pmspq
private String systemType="ZL";
@ApiModelProperty("子模块编号")
private String modelNo;
@ApiModelProperty("逻辑子设备编码")
private Integer clDid;
}