File was renamed from ycl-pojo/src/main/java/com/ycl/platform/domain/entity/DefaultPublish.java |
| | |
| | | |
| | | /** |
| | | * 合同考核发布对象 t_default_publish |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | * @date 2024-04-01 |
| | | */ |
| | | public class DefaultPublish extends BaseEntity |
| | | public class ContractPublish extends BaseEntity |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | @Excel(name = "审核状态") |
| | | private Long auditState; |
| | | |
| | | public void setId(Long id) |
| | | public void setId(Long id) |
| | | { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Long getId() |
| | | public Long getId() |
| | | { |
| | | return id; |
| | | } |
| | | public void setExamineName(String examineName) |
| | | public void setExamineName(String examineName) |
| | | { |
| | | this.examineName = examineName; |
| | | } |
| | | |
| | | public String getExamineName() |
| | | public String getExamineName() |
| | | { |
| | | return examineName; |
| | | } |
| | | public void setTemplateId(Long templateId) |
| | | public void setTemplateId(Long templateId) |
| | | { |
| | | this.templateId = templateId; |
| | | } |
| | | |
| | | public Long getTemplateId() |
| | | public Long getTemplateId() |
| | | { |
| | | return templateId; |
| | | } |
| | | public void setFrequency(Long frequency) |
| | | public void setFrequency(Long frequency) |
| | | { |
| | | this.frequency = frequency; |
| | | } |
| | | |
| | | public Long getFrequency() |
| | | public Long getFrequency() |
| | | { |
| | | return frequency; |
| | | } |
| | | public void setAlarmScore(BigDecimal alarmScore) |
| | | public void setAlarmScore(BigDecimal alarmScore) |
| | | { |
| | | this.alarmScore = alarmScore; |
| | | } |
| | | |
| | | public BigDecimal getAlarmScore() |
| | | public BigDecimal getAlarmScore() |
| | | { |
| | | return alarmScore; |
| | | } |
| | | public void setDescription(String description) |
| | | public void setDescription(String description) |
| | | { |
| | | this.description = description; |
| | | } |
| | | |
| | | public String getDescription() |
| | | public String getDescription() |
| | | { |
| | | return description; |
| | | } |
| | | public void setState(Long state) |
| | | public void setState(Long state) |
| | | { |
| | | this.state = state; |
| | | } |
| | | |
| | | public Long getState() |
| | | public Long getState() |
| | | { |
| | | return state; |
| | | } |
| | | public void setAuditState(Long auditState) |
| | | public void setAuditState(Long auditState) |
| | | { |
| | | this.auditState = auditState; |
| | | } |
| | | |
| | | public Long getAuditState() |
| | | public Long getAuditState() |
| | | { |
| | | return auditState; |
| | | } |