From 135a322f44708b1187d37ea4b6859b5d82113e89 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期三, 14 八月 2024 11:00:30 +0800
Subject: [PATCH] update gitignore

---
 src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportCheckRecordFromTaskDTO.java |  122 ++++++++++++++++++++--------------------
 1 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportCheckRecordFromTaskDTO.java b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportCheckRecordFromTaskDTO.java
index 314b3d8..15dc210 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportCheckRecordFromTaskDTO.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/CJReport/CJdto/HandlerDO/CJReportCheckRecordFromTaskDTO.java
@@ -1,61 +1,61 @@
-package com.ruoyi.doublePrevention.entity.CJReport.CJdto.HandlerDO;
-
-import lombok.Data;
-
-@Data
-public class CJReportCheckRecordFromTaskDTO {
-    /**
-     * 主键
-     */
-    private String id;
-    /**
-     * 公司编码
-     */
-    private String companyCode;
-    /**
-     * 隐患排查作业UUID
-     */
-    private String checkTaskId;
-    /**
-     * 排查时间
-     */
-    private String checkTime;
-
-    private String mobileMe;
-
-    private String isDefend;
-    /**
-     * 创建人
-     */
-    private String createBy;
-    /**
-     * 创建人手机号
-     */
-    private String createByMobile;
-
-
-
-//    /**
-//     * 排 查 结 果
-//     */
-//    private String checkStatus;
-//    /**
-//     * 修改人手机号
-//     */
-//    private String updateByMobile;
-//    /**
-//     * 创建时间
-//     */
-//    private String createDate;
-//    /**
-//     * 最后修改时间
-//     */
-//    private String updateDate;
-//    /**
-//     * 修改人
-//     */
-//    private String updateBy;
-
-
-}
-
+package com.ruoyi.doublePrevention.entity.CJReport.CJdto.HandlerDO;
+
+import lombok.Data;
+
+@Data
+public class CJReportCheckRecordFromTaskDTO {
+    /**
+     * 主键
+     */
+    private String id;
+    /**
+     * 公司编码
+     */
+    private String companyCode;
+    /**
+     * 隐患排查作业UUID
+     */
+    private String checkTaskId;
+    /**
+     * 排查时间
+     */
+    private String checkTime;
+
+    private String mobileMe;
+
+    private String isDefend;
+    /**
+     * 创建人
+     */
+    private String createBy;
+    /**
+     * 创建人手机号
+     */
+    private String createByMobile;
+
+
+
+//    /**
+//     * 排 查 结 果
+//     */
+//    private String checkStatus;
+//    /**
+//     * 修改人手机号
+//     */
+//    private String updateByMobile;
+//    /**
+//     * 创建时间
+//     */
+//    private String createDate;
+//    /**
+//     * 最后修改时间
+//     */
+//    private String updateDate;
+//    /**
+//     * 修改人
+//     */
+//    private String updateBy;
+
+
+}
+

--
Gitblit v1.9.2