| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | |
| | | public class ContractResultRecord { |
| | | |
| | | @TableId |
| | | private Integer id; |
| | | private Integer resultId; |
| | | private Long id; |
| | | private Long resultId; |
| | | private String ruleIds; |
| | | private String ruleName; |
| | | private String deductCategory; |
| | | private String num; |
| | | private Double score; |
| | | private BigDecimal score; |
| | | private Date createTime; |
| | | private Date auditTime; |
| | | @TableLogic |
| | | private String deleted; |
| | | private Integer deleted; |
| | | |
| | | } |