| | |
| | | package com.ruoyi.project.tr.specialCheck.domin.BO;
|
| | |
|
| | | import com.baomidou.mybatisplus.annotation.IdType;
|
| | | import com.baomidou.mybatisplus.annotation.TableId;
|
| | | import com.baomidou.mybatisplus.annotation.TableName;
|
| | | import com.fasterxml.jackson.annotation.JsonFormat;
|
| | | import lombok.Data;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.time.LocalDateTime;
|
| | |
|
| | | @Data
|
| | | public class TbSpecialCheckItemDangerLogUpdateBO {
|
| | |
|
| | |
|
| | | private Long indexId;
|
| | |
|
| | | private String id;
|
| | |
|
| | | private String companyCode;
|
| | |
|
| | |
|
| | |
|
| | | private String dangerId;
|
| | | private String dangerName;
|
| | |
|
| | | private String taskId;
|
| | |
|
| | | private String checkType;
|
| | |
|
| | | private String checkItemId;
|
| | |
|
| | | private String checkScoreId;
|
| | |
|
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
| | | private LocalDateTime checkDate;
|
| | |
|
| | | private String checkPay;
|
| | |
|
| | | private String harmType;
|
| | |
|
| | | private String checkName;
|
| | |
|
| | | private String checkContent;
|
| | |
|
| | | private String checkWay;
|
| | |
|
| | | private String checkBasis;
|
| | |
|
| | | private String applicablePlace;
|
| | |
|
| | | private String isReject;
|
| | |
|
| | | private String deductPoint;
|
| | |
|
| | | private String deductIllustrate;
|
| | |
|
| | |
|
| | |
|
| | | private Byte deleted;
|
| | |
|
| | | private String createBy;
|
| | |
|
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
| | | private LocalDateTime createDate;
|
| | |
|
| | | private String updateBy;
|
| | |
|
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
| | | private LocalDateTime updateDate;
|
| | |
|
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
| | | private LocalDateTime reportTime;
|
| | |
|
| | | private Byte reportStatus;
|
| | | }
|
| | | package com.ruoyi.project.tr.specialCheck.domin.BO; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDateTime; |
| | | |
| | | @Data |
| | | public class TbSpecialCheckItemDangerLogUpdateBO { |
| | | |
| | | |
| | | private Long indexId; |
| | | |
| | | private String id; |
| | | |
| | | private String companyCode; |
| | | |
| | | |
| | | |
| | | private String dangerId; |
| | | private String dangerName; |
| | | |
| | | private String taskId; |
| | | |
| | | private String checkType; |
| | | |
| | | private String checkItemId; |
| | | |
| | | private String checkScoreId; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime checkDate; |
| | | |
| | | private String checkPay; |
| | | |
| | | private String harmType; |
| | | |
| | | private String checkName; |
| | | |
| | | private String checkContent; |
| | | |
| | | private String checkWay; |
| | | |
| | | private String checkBasis; |
| | | |
| | | private String applicablePlace; |
| | | |
| | | private String isReject; |
| | | |
| | | private String deductPoint; |
| | | |
| | | private String deductIllustrate; |
| | | |
| | | |
| | | |
| | | private Byte deleted; |
| | | |
| | | private String createBy; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime createDate; |
| | | |
| | | private String updateBy; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime updateDate; |
| | | |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime reportTime; |
| | | |
| | | private Byte reportStatus; |
| | | } |