|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import lombok.Data; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public class CabinetDetailBean implements Serializable { | 
|---|
|  |  |  | //管理员id | 
|---|
|  |  |  | private Integer memberId; | 
|---|
|  |  |  | //设备编号 | 
|---|
|  |  |  | private String code; | 
|---|
|  |  |  | //设备ID | 
|---|
|  |  |  | 
|---|
|  |  |  | private Integer unBindGridNum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //柜格信息 | 
|---|
|  |  |  | private List<CabinetGridInfoVOListBean> cabinetGridInfoVOList; | 
|---|
|  |  |  | private List<ManageKeyCabinetBean> cabinetGridInfoVOList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Data | 
|---|
|  |  |  | public static class CabinetGridInfoVOListBean implements Serializable { | 
|---|
|  |  |  | //绑定状态 0未绑定;1已绑定 | 
|---|
|  |  |  | private Integer bindStatus; | 
|---|
|  |  |  | //板号 | 
|---|
|  |  |  | private String boardCode; | 
|---|
|  |  |  | //车牌号 | 
|---|
|  |  |  | private int carCode; | 
|---|
|  |  |  | //通道号 | 
|---|
|  |  |  | private String channelCode; | 
|---|
|  |  |  | //编码 | 
|---|
|  |  |  | private String code; | 
|---|
|  |  |  | //主键 | 
|---|
|  |  |  | private Integer id; | 
|---|
|  |  |  | //钥匙编码 | 
|---|
|  |  |  | private Integer keyId; | 
|---|
|  |  |  | //钥匙状态 0未绑定 1在位 2借出 3维修保养 | 
|---|
|  |  |  | private Integer keyStatus; | 
|---|
|  |  |  | //柜体运行状态 0正常 1故障 | 
|---|
|  |  |  | private Integer workingStatus; | 
|---|
|  |  |  | public Integer getMemberId() { | 
|---|
|  |  |  | return memberId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getBindStatus() { | 
|---|
|  |  |  | return bindStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setBindStatus(Integer bindStatus) { | 
|---|
|  |  |  | this.bindStatus = bindStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getBoardCode() { | 
|---|
|  |  |  | return boardCode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setBoardCode(String boardCode) { | 
|---|
|  |  |  | this.boardCode = boardCode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public int getCarCode() { | 
|---|
|  |  |  | return carCode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCarCode(int carCode) { | 
|---|
|  |  |  | this.carCode = carCode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getChannelCode() { | 
|---|
|  |  |  | return channelCode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setChannelCode(String channelCode) { | 
|---|
|  |  |  | this.channelCode = channelCode; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCode() { | 
|---|
|  |  |  | return code; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCode(String code) { | 
|---|
|  |  |  | this.code = code; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getId() { | 
|---|
|  |  |  | return id; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setId(Integer id) { | 
|---|
|  |  |  | this.id = id; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getKeyId() { | 
|---|
|  |  |  | return keyId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setKeyId(Integer keyId) { | 
|---|
|  |  |  | this.keyId = keyId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getKeyStatus() { | 
|---|
|  |  |  | return keyStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setKeyStatus(Integer keyStatus) { | 
|---|
|  |  |  | this.keyStatus = keyStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getWorkingStatus() { | 
|---|
|  |  |  | return workingStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setWorkingStatus(Integer workingStatus) { | 
|---|
|  |  |  | this.workingStatus = workingStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public void setMemberId(Integer memberId) { | 
|---|
|  |  |  | this.memberId = memberId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCode() { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.unBindGridNum = unBindGridNum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public List<CabinetGridInfoVOListBean> getCabinetGridInfoVOList() { | 
|---|
|  |  |  | public List<ManageKeyCabinetBean> getCabinetGridInfoVOList() { | 
|---|
|  |  |  | return cabinetGridInfoVOList; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCabinetGridInfoVOList(List<CabinetGridInfoVOListBean> cabinetGridInfoVOList) { | 
|---|
|  |  |  | public void setCabinetGridInfoVOList(List<ManageKeyCabinetBean> cabinetGridInfoVOList) { | 
|---|
|  |  |  | this.cabinetGridInfoVOList = cabinetGridInfoVOList; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|