File was renamed from ycl-pojo/src/main/java/com/ycl/platform/domain/entity/DefaultResult.java |
| | |
| | | |
| | | /** |
| | | * 合同考核结果对象 t_default_result |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | * @date 2024-04-01 |
| | | */ |
| | | public class DefaultResult extends BaseEntity |
| | | public class ContractResult extends BaseEntity |
| | | { |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | /** 逻辑删除 */ |
| | | private String deleted; |
| | | |
| | | public void setId(Long id) |
| | | public void setId(Long id) |
| | | { |
| | | this.id = id; |
| | | } |
| | | |
| | | public Long getId() |
| | | public Long getId() |
| | | { |
| | | return id; |
| | | } |
| | | public void setUnitId(Long unitId) |
| | | public void setUnitId(Long unitId) |
| | | { |
| | | this.unitId = unitId; |
| | | } |
| | | |
| | | public Long getUnitId() |
| | | public Long getUnitId() |
| | | { |
| | | return unitId; |
| | | } |
| | | public void setPublishId(Long publishId) |
| | | public void setPublishId(Long publishId) |
| | | { |
| | | this.publishId = publishId; |
| | | } |
| | | |
| | | public Long getPublishId() |
| | | public Long getPublishId() |
| | | { |
| | | return publishId; |
| | | } |
| | | public void setDefaultScore(BigDecimal defaultScore) |
| | | public void setDefaultScore(BigDecimal defaultScore) |
| | | { |
| | | this.defaultScore = defaultScore; |
| | | } |
| | | |
| | | public BigDecimal getDefaultScore() |
| | | public BigDecimal getDefaultScore() |
| | | { |
| | | return defaultScore; |
| | | } |
| | | public void setAuditState(Long auditState) |
| | | public void setAuditState(Long auditState) |
| | | { |
| | | this.auditState = auditState; |
| | | } |
| | | |
| | | public Long getAuditState() |
| | | public Long getAuditState() |
| | | { |
| | | return auditState; |
| | | } |
| | | public void setPublish(Long publish) |
| | | public void setPublish(Long publish) |
| | | { |
| | | this.publish = publish; |
| | | } |
| | | |
| | | public Long getPublish() |
| | | public Long getPublish() |
| | | { |
| | | return publish; |
| | | } |
| | | public void setCheckTime(Date checkTime) |
| | | public void setCheckTime(Date checkTime) |
| | | { |
| | | this.checkTime = checkTime; |
| | | } |
| | | |
| | | public Date getCheckTime() |
| | | public Date getCheckTime() |
| | | { |
| | | return checkTime; |
| | | } |
| | | public void setDeleted(String deleted) |
| | | public void setDeleted(String deleted) |
| | | { |
| | | this.deleted = deleted; |
| | | } |
| | | |
| | | public String getDeleted() |
| | | public String getDeleted() |
| | | { |
| | | return deleted; |
| | | } |