| | |
| | | package com.ruoyi.project.tr.baseCheckPoint.domain; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import kotlin.jvm.Transient; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | | import com.ruoyi.framework.aspectj.lang.annotation.Excel; |
| | | import com.ruoyi.framework.web.domain.BaseEntity; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | private String checkType; |
| | | |
| | | /**措施id */ |
| | | @Transient |
| | | @Excel(name = "措施id") |
| | | private Long controlMeasureId; |
| | | |
| | |
| | | .append("checkContent", getCheckContent()) |
| | | .append("checkResult", getCheckResult()) |
| | | .append("riskId", getRiskId()) |
| | | .append("controlMeasureId", getControlMeasureId()) |
| | | // .append("controlMeasureId", getControlMeasureId()) |
| | | .toString(); |
| | | } |
| | | } |