package com.gkhy.safePlatform.specialWork.model.bo; public class WorkStatisticsBO { private Long applyDepId; private String applyDepName; private Integer heightCount; private Integer hotCount; private Integer groundBreakingCount; private Integer blindPlatePluggingCount; private Integer temporaryPowerCount; private Integer openCircuitCout; private Integer liftingCount; private Integer confinedSpaceCount; private Integer totalCount; public Long getApplyDepId() { return applyDepId; } public void setApplyDepId(Long applyDepId) { this.applyDepId = applyDepId; } public String getApplyDepName() { return applyDepName; } public void setApplyDepName(String applyDepName) { this.applyDepName = applyDepName; } public Integer getHeightCount() { return heightCount; } public void setHeightCount(Integer heightCount) { this.heightCount = heightCount; } public Integer getHotCount() { return hotCount; } public void setHotCount(Integer hotCount) { this.hotCount = hotCount; } public Integer getGroundBreakingCount() { return groundBreakingCount; } public void setGroundBreakingCount(Integer groundBreakingCount) { this.groundBreakingCount = groundBreakingCount; } public Integer getBlindPlatePluggingCount() { return blindPlatePluggingCount; } public void setBlindPlatePluggingCount(Integer blindPlatePluggingCount) { this.blindPlatePluggingCount = blindPlatePluggingCount; } public Integer getTemporaryPowerCount() { return temporaryPowerCount; } public void setTemporaryPowerCount(Integer temporaryPowerCount) { this.temporaryPowerCount = temporaryPowerCount; } public Integer getOpenCircuitCout() { return openCircuitCout; } public void setOpenCircuitCout(Integer openCircuitCout) { this.openCircuitCout = openCircuitCout; } public Integer getLiftingCount() { return liftingCount; } public void setLiftingCount(Integer liftingCount) { this.liftingCount = liftingCount; } public Integer getConfinedSpaceCount() { return confinedSpaceCount; } public void setConfinedSpaceCount(Integer confinedSpaceCount) { this.confinedSpaceCount = confinedSpaceCount; } public Integer getTotalCount() { return totalCount; } public void setTotalCount(Integer totalCount) { this.totalCount = totalCount; } }