| | |
| | | package com.ruoyi.device.camera.domain; |
| | | |
| | | import com.lzhpo.sensitive.SensitiveStrategy; |
| | | import com.lzhpo.sensitive.annocation.Sensitive; |
| | | import com.ruoyi.device.channel.domain.ArdChannel; |
| | | import com.sun.jna.Structure; |
| | | import lombok.AllArgsConstructor; |
| | |
| | | * 密码 |
| | | */ |
| | | @Excel(name = "密码") |
| | | @Sensitive(strategy = SensitiveStrategy.PASSWORD) |
| | | private String password; |
| | | |
| | | /** |
| | |
| | | @Excel(name = "光电类型") |
| | | private String gdtype; |
| | | |
| | | |
| | | /** |
| | | * 厂商 |
| | | */ |
| | | @Excel(name = "厂商") |
| | | private String factory; |
| | | |
| | | /** |
| | | * 经度 |
| | |
| | | * 部门ID |
| | | */ |
| | | @Excel(name = "部门ID") |
| | | private Integer deptId; |
| | | private Long deptId; |
| | | |
| | | /** |
| | | * 方位角 |
| | |
| | | * 登录ID |
| | | */ |
| | | private Integer loginId; |
| | | /** |
| | | * 在线状态 0-离线 1-在线 |
| | | */ |
| | | private String state; |
| | | private String operatorId; |
| | | private Date operatorExpired; |
| | | /** |