File was renamed from ycl-pojo/src/main/java/com/ycl/platform/entity/TMonitor.java |
| | |
| | | package com.ycl.platform.entity; |
| | | package com.ycl.platform.domain.entity; |
| | | |
| | | import annotation.Excel; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | |
| | | |
| | | /** |
| | | * 设备资产对象 t_monitor |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | * @date 2024-03-04 |
| | | */ |
| | |
| | | @Excel(name = "类型编码 : [131.摄像机编码;132.网络摄像机编码;]") |
| | | private Long lxbm; |
| | | |
| | | public void setId(Long id) |
| | | public void setId(Long id) |
| | | { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Long getId() |
| | | public Long getId() |
| | | { |
| | | return id; |
| | | } |
| | | public void setSerialNumber(String serialNumber) |
| | | public void setSerialNumber(String serialNumber) |
| | | { |
| | | this.serialNumber = serialNumber; |
| | | } |
| | | |
| | | public String getSerialNumber() |
| | | public String getSerialNumber() |
| | | { |
| | | return serialNumber; |
| | | } |
| | | public void setName(String name) |
| | | public void setName(String name) |
| | | { |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getName() |
| | | public String getName() |
| | | { |
| | | return name; |
| | | } |
| | | public void setSiteType(Long siteType) |
| | | public void setSiteType(Long siteType) |
| | | { |
| | | this.siteType = siteType; |
| | | } |
| | | |
| | | public Long getSiteType() |
| | | public Long getSiteType() |
| | | { |
| | | return siteType; |
| | | } |
| | | public void setMacAddr(String macAddr) |
| | | public void setMacAddr(String macAddr) |
| | | { |
| | | this.macAddr = macAddr; |
| | | } |
| | | |
| | | public String getMacAddr() |
| | | public String getMacAddr() |
| | | { |
| | | return macAddr; |
| | | } |
| | | public void setIp(String ip) |
| | | public void setIp(String ip) |
| | | { |
| | | this.ip = ip; |
| | | } |
| | | |
| | | public String getIp() |
| | | public String getIp() |
| | | { |
| | | return ip; |
| | | } |
| | | public void setCameraFunType(String cameraFunType) |
| | | public void setCameraFunType(String cameraFunType) |
| | | { |
| | | this.cameraFunType = cameraFunType; |
| | | } |
| | | |
| | | public String getCameraFunType() |
| | | public String getCameraFunType() |
| | | { |
| | | return cameraFunType; |
| | | } |
| | | public void setLongitude(String longitude) |
| | | public void setLongitude(String longitude) |
| | | { |
| | | this.longitude = longitude; |
| | | } |
| | | |
| | | public String getLongitude() |
| | | public String getLongitude() |
| | | { |
| | | return longitude; |
| | | } |
| | | public void setLatitude(String latitude) |
| | | public void setLatitude(String latitude) |
| | | { |
| | | this.latitude = latitude; |
| | | } |
| | | |
| | | public String getLatitude() |
| | | public String getLatitude() |
| | | { |
| | | return latitude; |
| | | } |
| | | public void setCameraCaptureArea(String cameraCaptureArea) |
| | | public void setCameraCaptureArea(String cameraCaptureArea) |
| | | { |
| | | this.cameraCaptureArea = cameraCaptureArea; |
| | | } |
| | | |
| | | public String getCameraCaptureArea() |
| | | public String getCameraCaptureArea() |
| | | { |
| | | return cameraCaptureArea; |
| | | } |
| | | public void setOnState(Long onState) |
| | | public void setOnState(Long onState) |
| | | { |
| | | this.onState = onState; |
| | | } |
| | | |
| | | public Long getOnState() |
| | | public Long getOnState() |
| | | { |
| | | return onState; |
| | | } |
| | | public void setCivilCode(String civilCode) |
| | | public void setCivilCode(String civilCode) |
| | | { |
| | | this.civilCode = civilCode; |
| | | } |
| | | |
| | | public String getCivilCode() |
| | | public String getCivilCode() |
| | | { |
| | | return civilCode; |
| | | } |
| | | public void setIntegratedDevice(Long integratedDevice) |
| | | public void setIntegratedDevice(Long integratedDevice) |
| | | { |
| | | this.integratedDevice = integratedDevice; |
| | | } |
| | | |
| | | public Long getIntegratedDevice() |
| | | public Long getIntegratedDevice() |
| | | { |
| | | return integratedDevice; |
| | | } |
| | | public void setCameraBrand(Long cameraBrand) |
| | | public void setCameraBrand(Long cameraBrand) |
| | | { |
| | | this.cameraBrand = cameraBrand; |
| | | } |
| | | |
| | | public Long getCameraBrand() |
| | | public Long getCameraBrand() |
| | | { |
| | | return cameraBrand; |
| | | } |
| | | public void setAddress(String address) |
| | | public void setAddress(String address) |
| | | { |
| | | this.address = address; |
| | | } |
| | | |
| | | public String getAddress() |
| | | public String getAddress() |
| | | { |
| | | return address; |
| | | } |
| | | public void setNetWorking(Long netWorking) |
| | | public void setNetWorking(Long netWorking) |
| | | { |
| | | this.netWorking = netWorking; |
| | | } |
| | | |
| | | public Long getNetWorking() |
| | | public Long getNetWorking() |
| | | { |
| | | return netWorking; |
| | | } |
| | | public void setPublicSecurity(String publicSecurity) |
| | | public void setPublicSecurity(String publicSecurity) |
| | | { |
| | | this.publicSecurity = publicSecurity; |
| | | } |
| | | |
| | | public String getPublicSecurity() |
| | | public String getPublicSecurity() |
| | | { |
| | | return publicSecurity; |
| | | } |
| | | public void setInstalledTime(Date installedTime) |
| | | public void setInstalledTime(Date installedTime) |
| | | { |
| | | this.installedTime = installedTime; |
| | | } |
| | | |
| | | public Date getInstalledTime() |
| | | public Date getInstalledTime() |
| | | { |
| | | return installedTime; |
| | | } |
| | | public void setManagementUnit(String managementUnit) |
| | | public void setManagementUnit(String managementUnit) |
| | | { |
| | | this.managementUnit = managementUnit; |
| | | } |
| | | |
| | | public String getManagementUnit() |
| | | public String getManagementUnit() |
| | | { |
| | | return managementUnit; |
| | | } |
| | | public void setMuContactInfo(String muContactInfo) |
| | | public void setMuContactInfo(String muContactInfo) |
| | | { |
| | | this.muContactInfo = muContactInfo; |
| | | } |
| | | |
| | | public String getMuContactInfo() |
| | | public String getMuContactInfo() |
| | | { |
| | | return muContactInfo; |
| | | } |
| | | public void setStorageDays(Long storageDays) |
| | | public void setStorageDays(Long storageDays) |
| | | { |
| | | this.storageDays = storageDays; |
| | | } |
| | | |
| | | public Long getStorageDays() |
| | | public Long getStorageDays() |
| | | { |
| | | return storageDays; |
| | | } |
| | | public void setMonitorAzimuth(Long monitorAzimuth) |
| | | public void setMonitorAzimuth(Long monitorAzimuth) |
| | | { |
| | | this.monitorAzimuth = monitorAzimuth; |
| | | } |
| | | |
| | | public Long getMonitorAzimuth() |
| | | public Long getMonitorAzimuth() |
| | | { |
| | | return monitorAzimuth; |
| | | } |
| | | public void setScenePhotoAddr(String scenePhotoAddr) |
| | | public void setScenePhotoAddr(String scenePhotoAddr) |
| | | { |
| | | this.scenePhotoAddr = scenePhotoAddr; |
| | | } |
| | | |
| | | public String getScenePhotoAddr() |
| | | public String getScenePhotoAddr() |
| | | { |
| | | return scenePhotoAddr; |
| | | } |
| | | public void setModel(String model) |
| | | public void setModel(String model) |
| | | { |
| | | this.model = model; |
| | | } |
| | | |
| | | public String getModel() |
| | | public String getModel() |
| | | { |
| | | return model; |
| | | } |
| | | public void setSiteVulgo(String siteVulgo) |
| | | public void setSiteVulgo(String siteVulgo) |
| | | { |
| | | this.siteVulgo = siteVulgo; |
| | | } |
| | | |
| | | public String getSiteVulgo() |
| | | public String getSiteVulgo() |
| | | { |
| | | return siteVulgo; |
| | | } |
| | | public void setCameraType(Long cameraType) |
| | | public void setCameraType(Long cameraType) |
| | | { |
| | | this.cameraType = cameraType; |
| | | } |
| | | |
| | | public Long getCameraType() |
| | | public Long getCameraType() |
| | | { |
| | | return cameraType; |
| | | } |
| | | public void setCameraLightType(Long cameraLightType) |
| | | public void setCameraLightType(Long cameraLightType) |
| | | { |
| | | this.cameraLightType = cameraLightType; |
| | | } |
| | | |
| | | public Long getCameraLightType() |
| | | public Long getCameraLightType() |
| | | { |
| | | return cameraLightType; |
| | | } |
| | | public void setEncodedFormat(Long encodedFormat) |
| | | public void setEncodedFormat(Long encodedFormat) |
| | | { |
| | | this.encodedFormat = encodedFormat; |
| | | } |
| | | |
| | | public Long getEncodedFormat() |
| | | public Long getEncodedFormat() |
| | | { |
| | | return encodedFormat; |
| | | } |
| | | public void setCameraDept(String cameraDept) |
| | | public void setCameraDept(String cameraDept) |
| | | { |
| | | this.cameraDept = cameraDept; |
| | | } |
| | | |
| | | public String getCameraDept() |
| | | public String getCameraDept() |
| | | { |
| | | return cameraDept; |
| | | } |
| | | public void setHybm(String hybm) |
| | | public void setHybm(String hybm) |
| | | { |
| | | this.hybm = hybm; |
| | | } |
| | | |
| | | public String getHybm() |
| | | public String getHybm() |
| | | { |
| | | return hybm; |
| | | } |
| | | public void setLxbm(Long lxbm) |
| | | public void setLxbm(Long lxbm) |
| | | { |
| | | this.lxbm = lxbm; |
| | | } |
| | | |
| | | public Long getLxbm() |
| | | public Long getLxbm() |
| | | { |
| | | return lxbm; |
| | | } |