| | |
| | | import org.apache.commons.lang.builder.ToStringBuilder; |
| | | import org.apache.commons.lang.builder.ToStringStyle; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | | /** |
| | | * 考核发布对象 t_check_publish |
| | | * |
| | |
| | | |
| | | /** 考核范围 1/2 分局/市局 */ |
| | | @Excel(name = "考核范围 1/2 分局/市局") |
| | | private Long timeRange; |
| | | private Long examineRange; |
| | | |
| | | /** 考核频率 1/2 月度考核/季度考核 */ |
| | | @Excel(name = "考核频率 1/2 月度考核/季度考核") |
| | |
| | | @Excel(name = "考核状态 0/1 启用 / 停用") |
| | | private Long state; |
| | | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private Long createUser; |
| | | /** 报警分数阈值 */ |
| | | @Excel(name = "报警分数阈值") |
| | | private BigDecimal alarmScore; |
| | | |
| | | /** $column.columnComment */ |
| | | @Excel(name = "${comment}", readConverterExp = "$column.readConverterExp()") |
| | | private Long createUser; |
| | | @Excel(name = "创建人") |
| | | private String createUserName; |
| | | @Excel(name = "修改人") |
| | | private String updateUserName; |
| | | |
| | | private Long updateUser; |
| | | |
| | | /** 描述 */ |
| | |
| | | |
| | | public void setExamineName(String examineName) { |
| | | this.examineName = examineName; |
| | | } |
| | | |
| | | public BigDecimal getAlarmScore() { |
| | | return alarmScore; |
| | | } |
| | | |
| | | public void setAlarmScore(BigDecimal alarmScore) { |
| | | this.alarmScore = alarmScore; |
| | | } |
| | | |
| | | public void setId(Long id) |
| | |
| | | return templateId; |
| | | } |
| | | |
| | | public Long getTimeRange() { |
| | | return timeRange; |
| | | public Long getExamineRange() { |
| | | return examineRange; |
| | | } |
| | | |
| | | public void setTimeRange(Long timeRange) { |
| | | this.timeRange = timeRange; |
| | | public void setExamineRange(Long examineRange) { |
| | | this.examineRange = examineRange; |
| | | } |
| | | |
| | | public String getCreateUserName() { |
| | | return createUserName; |
| | | } |
| | | |
| | | public void setCreateUserName(String createUserName) { |
| | | this.createUserName = createUserName; |
| | | } |
| | | |
| | | public String getUpdateUserName() { |
| | | return updateUserName; |
| | | } |
| | | |
| | | public void setUpdateUserName(String updateUserName) { |
| | | this.updateUserName = updateUserName; |
| | | } |
| | | |
| | | public void setFrequency(Long frequency) |
| | |
| | | "id=" + id + |
| | | ", examineName='" + examineName + '\'' + |
| | | ", templateId=" + templateId + |
| | | ", timeRange=" + timeRange + |
| | | ", examineRange=" + examineRange + |
| | | ", frequency=" + frequency + |
| | | ", state=" + state + |
| | | ", alarmScore=" + alarmScore + |
| | | ", createUser=" + createUser + |
| | | ", createUserName='" + createUserName + '\'' + |
| | | ", updateUserName='" + updateUserName + '\'' + |
| | | ", updateUser=" + updateUser + |
| | | ", description='" + description + '\'' + |
| | | '}'; |