设备通道增加通道状态
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 12m33s

This commit is contained in:
15683799673
2025-09-09 05:41:23 +08:00
parent c941443bca
commit 2816c22a4d

View File

@@ -119,4 +119,9 @@ public class SisDeviceChannelVo implements Serializable {
* nvr 通道编号
*/
private String nvrChannelNo;
/**
* 通道状态.0-离线1-在线
*/
private Integer channelState;
}