fix: 测控一体机开关,VO备注新增。

This commit is contained in:
tianyongbao
2026-03-08 16:19:34 +08:00
parent ab73d00299
commit 85949ab4a0

View File

@@ -194,4 +194,9 @@ public class DeviceSwitchVo implements Serializable {
*/
private Integer inputVoltage;
/**
* 备注
*/
private String remark;
}