文件名从 ard-work/src/main/java/com/ruoyi/alarm/config/domain/ArdAlarmTypeConfig.java 修改 |
| | |
| | | package com.ruoyi.alarm.config.domain; |
| | | |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.ruoyi.common.annotation.Excel; |
| | | import com.ruoyi.common.core.domain.BaseEntity; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | |
| | | /** |
| | | * 鎶ヨ绫诲瀷鐢ㄦ埛鍏宠仈瀵硅薄 ard_alarm_type_user |
| | |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /** 璁板綍ID */ |
| | | private String id; |
| | | /** 鐢ㄦ埛ID */ |
| | | @Excel(name = "鐢ㄦ埛ID") |
| | | private String userId; |
| | | |
| | | /** 鎶ヨ浠g爜 */ |
| | | private Integer command; |
| | | private String command; |
| | | |
| | | /** 鎶ヨ绫诲瀷 */ |
| | | @Excel(name = "鎶ヨ绫诲瀷") |
| | | private String alarmType; |
| | | |
| | | /** 鐢ㄦ埛ID */ |
| | | @Excel(name = "鐢ㄦ埛ID") |
| | | private String userId; |
| | | |
| | | public void setId(String id) |
| | | { |
| | | this.id = id; |
| | | } |
| | | |
| | | public String getId() |
| | | { |
| | | return id; |
| | | } |
| | | public void setCommand(Integer command) |
| | | public void setCommand(String command) |
| | | { |
| | | this.command = command; |
| | | } |
| | | |
| | | public Integer getCommand() |
| | | public String getCommand() |
| | | { |
| | | return command; |
| | | } |
| | |
| | | return userId; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) |
| | | .append("id", getId()) |
| | | .append("command", getCommand()) |
| | | .append("alarmType", getAlarmType()) |
| | | .append("createBy", getCreateBy()) |
| | | .append("createTime", getCreateTime()) |
| | | .append("userId", getUserId()) |
| | | .toString(); |
| | | } |
| | | |
| | | } |