设备通道逻辑修改
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
lxj 2025-07-30 05:58:21 +08:00
parent ef7ca1fa5a
commit 7ef6d2ab47
3 changed files with 0 additions and 15 deletions

View File

@ -74,11 +74,6 @@ public class SisDeviceChannel extends TenantEntity {
*/
private String channelNo;
/**
* nvr 设备id
*/
private Long nvrId;
/**
* nvr 设备厂商编号
*/

View File

@ -80,11 +80,6 @@ public class SisDeviceChannelBo extends BaseEntity {
*/
private String channelNo;
/**
* nvr 设备id
*/
private Long nvrId;
/**
* nvr 设备厂商编号
*/

View File

@ -90,11 +90,6 @@ public class SisDeviceChannelVo implements Serializable {
@ExcelProperty(value = "设备通道编号")
private String channelNo;
/**
* nvr 设备id
*/
private Long nvrId;
/**
* nvr 设备厂商编号
*/