设备通道增加通道状态
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 12m33s
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 12m33s
This commit is contained in:
@@ -119,4 +119,9 @@ public class SisDeviceChannelVo implements Serializable {
|
|||||||
* nvr 通道编号
|
* nvr 通道编号
|
||||||
*/
|
*/
|
||||||
private String nvrChannelNo;
|
private String nvrChannelNo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 通道状态.0-离线;1-在线
|
||||||
|
*/
|
||||||
|
private Integer channelState;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user