| | |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | import com.ruoyi.framework.web.domain.BaseEntity; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 基础清单检查点对象 tr_base_check_point |
| | | * |
| | |
| | | @Excel(name = "检查类别") |
| | | private String checkType; |
| | | |
| | | /**措施id */ |
| | | @Excel(name = "措施id") |
| | | private Long controlMeasureId; |
| | | |
| | | public Long getControlMeasureId() { |
| | | return controlMeasureId; |
| | | } |
| | | |
| | | public void setControlMeasureId(Long controlMeasureId) { |
| | | this.controlMeasureId = controlMeasureId; |
| | | } |
| | | |
| | | public String getCheckType() { |
| | | return checkType; |
| | |
| | | .append("checkContent", getCheckContent()) |
| | | .append("checkResult", getCheckResult()) |
| | | .append("riskId", getRiskId()) |
| | | .append("controlMeasureId", getControlMeasureId()) |
| | | .toString(); |
| | | } |
| | | } |