| | |
| | | @Excel(name = "相机id") |
| | | private String cameraId; |
| | | |
| | | /** 当前步骤id */ |
| | | @Excel(name = "当前步骤id") |
| | | /** 通道号 */ |
| | | @Excel(name = "通道号") |
| | | private Integer channel; |
| | | |
| | | /** 当前步骤 */ |
| | | @Excel(name = "当前步骤") |
| | | private String currentStepId; |
| | | |
| | | /** 当前步骤开始时间 */ |
| | | @Excel(name = "当前步骤开始时间") |
| | | private String currentStepStartTime; |
| | | |
| | | /** 通道 */ |
| | | @Excel(name = "通道") |
| | | private String channel; |
| | | |
| | | /** 部门id */ |
| | | @Excel(name = "部门id") |
| | |
| | | { |
| | | return cameraId; |
| | | } |
| | | public void setChannel(Integer channel) |
| | | { |
| | | this.channel = channel; |
| | | } |
| | | |
| | | public Integer getChannel() |
| | | { |
| | | return channel; |
| | | } |
| | | public void setCurrentStepId(String currentStepId) |
| | | { |
| | | this.currentStepId = currentStepId; |
| | |
| | | public String getCurrentStepStartTime() |
| | | { |
| | | return currentStepStartTime; |
| | | } |
| | | public void setChannel(String channel) |
| | | { |
| | | this.channel = channel; |
| | | } |
| | | |
| | | public String getChannel() |
| | | { |
| | | return channel; |
| | | } |
| | | public void setDeptId(String deptId) |
| | | { |
| | |
| | | .append("menualSwitch", getMenualSwitch()) |
| | | .append("createBy", getCreateBy()) |
| | | .append("cameraId", getCameraId()) |
| | | .append("channel", getChannel()) |
| | | .append("currentStepId", getCurrentStepId()) |
| | | .append("currentStepStartTime", getCurrentStepStartTime()) |
| | | .append("channel", getChannel()) |
| | | .append("createTime", getCreateTime()) |
| | | .append("updateBy", getUpdateBy()) |
| | | .append("updateTime", getUpdateTime()) |