| | |
| | | private String devId; |
| | | //是否双重验证 0否 1是 |
| | | private int doubleAuth; |
| | | //酒精检测开启:0=开启;1=关闭 |
| | | private int alcoholStatus; |
| | | //主键 |
| | | private Integer id; |
| | | //备注 |
| | | private String info; |
| | | //设备名称 |
| | | private String name; |
| | | //人脸识别离线激活文件下载地址 |
| | | private String activateFileUrl; |
| | | private CabinetConfigDataBean cabinetConfigDataVO; |
| | | |
| | | private List<ManageKeyCabinetBean> cabinetGridInfoVOList; |
| | |
| | | public void setCabinetConfigDataVO(CabinetConfigDataBean cabinetConfigDataVO) { |
| | | this.cabinetConfigDataVO = cabinetConfigDataVO; |
| | | } |
| | | |
| | | public String getActivateFileUrl() { |
| | | return activateFileUrl; |
| | | } |
| | | |
| | | public void setActivateFileUrl(String activateFileUrl) { |
| | | this.activateFileUrl = activateFileUrl; |
| | | } |
| | | |
| | | public int getAlcoholStatus() { |
| | | return alcoholStatus; |
| | | } |
| | | |
| | | public void setAlcoholStatus(int alcoholStatus) { |
| | | this.alcoholStatus = alcoholStatus; |
| | | } |
| | | } |