| | |
| | | package com.ruoyi.project.tr.specialCheck.domin.DTO;
|
| | |
|
| | | import com.fasterxml.jackson.annotation.JsonFormat;
|
| | | import lombok.Data;
|
| | |
|
| | | import java.time.LocalDateTime;
|
| | | import java.util.Date;
|
| | |
|
| | | @Data
|
| | | public class TbSpecialCheckTaskLogDateDTO {
|
| | |
|
| | |
|
| | | private Long indexId;
|
| | |
|
| | | private String id;
|
| | |
|
| | | private String companyCode;
|
| | |
|
| | | private String hazardCode;
|
| | | private String hazardSource;
|
| | |
|
| | | private String taskId;
|
| | |
|
| | | private String checkType;
|
| | |
|
| | | private Date checkDate;
|
| | |
|
| | | private String resultStatus;
|
| | |
|
| | | private Byte deleted;
|
| | |
|
| | | private String createBy;
|
| | |
|
| | | private Date createDate;
|
| | |
|
| | | private String updateBy;
|
| | |
|
| | | private Date updateDate;
|
| | |
|
| | | private Date reportTime;
|
| | |
|
| | | private Byte reportStatus;
|
| | | }
|
| | | package com.ruoyi.project.tr.specialCheck.domin.DTO; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | |
| | | @Data |
| | | public class TbSpecialCheckTaskLogDateDTO { |
| | | |
| | | |
| | | private Long indexId; |
| | | |
| | | private String id; |
| | | |
| | | private String companyCode; |
| | | |
| | | private String hazardCode; |
| | | private String hazardSource; |
| | | |
| | | private String taskId; |
| | | |
| | | private String checkType; |
| | | |
| | | private Date checkDate; |
| | | |
| | | private String resultStatus; |
| | | |
| | | private Byte deleted; |
| | | |
| | | private String createBy; |
| | | |
| | | private Date createDate; |
| | | |
| | | private String updateBy; |
| | | |
| | | private Date updateDate; |
| | | |
| | | private Date reportTime; |
| | | |
| | | private Byte reportStatus; |
| | | } |