| | |
| | | package com.ruoyi.project.tr.specialCheck.domin.DTO;
|
| | |
|
| | | import lombok.Data;
|
| | |
|
| | |
|
| | | @Data
|
| | | public class SpecialCheckTaskLogReportDTO {
|
| | |
|
| | |
|
| | | private String id;
|
| | |
|
| | | private String companyCode;
|
| | |
|
| | | private String hazardCode;
|
| | |
|
| | | private String taskId;
|
| | |
|
| | | private String checkType;
|
| | |
|
| | | private String checkDate;
|
| | |
|
| | | private String resultStatus;
|
| | |
|
| | | private String createBy;
|
| | |
|
| | | private String createDate;
|
| | |
|
| | | private String updateBy;
|
| | |
|
| | | private String updateDate;
|
| | |
|
| | | }
|
| | | package com.ruoyi.project.tr.specialCheck.domin.DTO; |
| | | |
| | | import lombok.Data; |
| | | |
| | | |
| | | @Data |
| | | public class SpecialCheckTaskLogReportDTO { |
| | | |
| | | |
| | | private String id; |
| | | |
| | | private String companyCode; |
| | | |
| | | private String hazardCode; |
| | | |
| | | private String taskId; |
| | | |
| | | private String checkType; |
| | | |
| | | private String checkDate; |
| | | |
| | | private String resultStatus; |
| | | |
| | | private String createBy; |
| | | |
| | | private String createDate; |
| | | |
| | | private String updateBy; |
| | | |
| | | private String updateDate; |
| | | |
| | | } |