This commit is contained in:
parent
ef7ca1fa5a
commit
7ef6d2ab47
@ -74,11 +74,6 @@ public class SisDeviceChannel extends TenantEntity {
|
||||
*/
|
||||
private String channelNo;
|
||||
|
||||
/**
|
||||
* nvr 设备id
|
||||
*/
|
||||
private Long nvrId;
|
||||
|
||||
/**
|
||||
* nvr 设备厂商编号
|
||||
*/
|
||||
|
@ -80,11 +80,6 @@ public class SisDeviceChannelBo extends BaseEntity {
|
||||
*/
|
||||
private String channelNo;
|
||||
|
||||
/**
|
||||
* nvr 设备id
|
||||
*/
|
||||
private Long nvrId;
|
||||
|
||||
/**
|
||||
* nvr 设备厂商编号
|
||||
*/
|
||||
|
@ -90,11 +90,6 @@ public class SisDeviceChannelVo implements Serializable {
|
||||
@ExcelProperty(value = "设备通道编号")
|
||||
private String channelNo;
|
||||
|
||||
/**
|
||||
* nvr 设备id
|
||||
*/
|
||||
private Long nvrId;
|
||||
|
||||
/**
|
||||
* nvr 设备厂商编号
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user