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/dto/resp/RiskOldInfoQueryRespDTO.java |  432 +++++++++++++++++++++++++++---------------------------
 1 files changed, 216 insertions(+), 216 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/dto/resp/RiskOldInfoQueryRespDTO.java b/src/main/java/com/ruoyi/doublePrevention/entity/dto/resp/RiskOldInfoQueryRespDTO.java
index acfe8e3..200090e 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/dto/resp/RiskOldInfoQueryRespDTO.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/dto/resp/RiskOldInfoQueryRespDTO.java
@@ -1,216 +1,216 @@
-package com.ruoyi.doublePrevention.entity.dto.resp;
-
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * (RiskOldInfo)实体类
- *
- * @author makejava
- * @since 2023-03-20 15:33:46
- */
-@Data
-public class RiskOldInfoQueryRespDTO {
-
-
-    private Long id;
-    /**
-     * 2上报人部门
-     */
-    private String reportDep;
-    /**
-     * 3上报人职务
-     */
-    private String reportPeopleJob;
-    /**
-     * 4上报人
-     */
-    private String reportPeople;
-    /**
-     * 5发现人
-     */
-    private String findPeople;
-    /**
-     * 6发现时间
-     */
-    private Date findTime;
-    /**
-     * 7隐患内容
-     */
-    private String riskDesc;
-    /**
-     * 8隐患位置
-     */
-    private String riskSite;
-    /**
-     * 9隐患类型
-     */
-    private String riskType;
-    /**
-     * 10隐患级别
-     */
-    private String riskLevel;
-    /**
-     * 11隐患所在部门
-     */
-    private String riskDep;
-    /**
-     * 12检查类型
-     */
-    private String checkType;
-    /**
-     * 13专业
-     */
-    private String major;
-    /**
-     * 14责任人部门
-     */
-    private String liabilityDep;
-    /**
-     * 15责任人
-     */
-    private String liabilityPeople;
-    /**
-     * 16责任人职务
-     */
-    private String liabilityPeopleJob;
-    /**
-     * 17整改时间
-     */
-    private Date rectifyTime;
-    /**
-     * 18允许延期时间
-     */
-    private Date rectifyTimeout;
-    /**
-     * 19负责人部门
-     */
-    private String leadDep;
-    /**
-     * 20负责人职务
-     */
-    private String leadJob;
-    /**
-     * 21整改人部门
-     */
-    private String rectifyDep;
-    /**
-     * 22整改人职务
-     */
-    private String rectifyPeopleJob;
-    /**
-     * 23整改人
-     */
-    private String rectifyPeople;
-    /**
-     * 24整改措施
-     */
-    private String rectifyMeasure;
-    /**
-     * 25整改开始时间
-     */
-    private Date rectifyStartTime;
-    /**
-     * 26整改完成时间
-     */
-    private Date rectifyFinishTime;
-    /**
-     * 27整改情况
-     */
-    private String rectifyDesc;
-    /**
-     * 28资金
-     */
-    private Double cost;
-    /**
-     * 29预案
-     */
-    private String plan;
-    /**
-     * 30防范措施
-     */
-    private String precautionMeasure;
-    /**
-     * 31验收时间
-     */
-    private Date acceptTime;
-    /**
-     * 32验收说明
-     */
-    private String acceptDesc;
-    /**
-     * 33验收部门
-     */
-    private String acceptDep;
-    /**
-     * 34验收人
-     */
-    private String acceptPeople;
-    /**
-     * 35验收人职务
-     */
-    private String acceptPeopleJob;
-    /**
-     * 36销号人部门
-     */
-    private String cancelDep;
-    /**
-     * 37销号人
-     */
-    private String cancelPeople;
-    /**
-     * 38销号人职务
-     */
-    private String cancelPeopleJob;
-    /**
-     * 39延期申请人
-     */
-    private String applyPeople;
-    /**
-     * 40申请时间
-     */
-    private Date applyTime;
-    /**
-     * 41申请理由
-     */
-    private String applyDesc;
-    /**
-     * 42申请-备注
-     */
-    private String applyNote;
-    /**
-     * 43申请延期时间
-     */
-    private Date applyTimeoutTime;
-    /**
-     * 44申请处理人
-     */
-    private String applyDealPeople;
-    /**
-     * 45申请处理时间
-     */
-    private Date appleDealTime;
-    /**
-     * 46流转责任部门
-     */
-    private String exchangeLeadDep;
-    /**
-     * 47流转责任人
-     */
-    private String exchangeLeadPeople;
-    /**
-     * 48流转责任人职务
-     */
-    private String exchangeLeadPeopleJob;
-    /**
-     * 49流转备注
-     */
-    private String exchangeDesc;
-
-
-    private long tag;
-
-
-}
-
+package com.ruoyi.doublePrevention.entity.dto.resp;
+
+import lombok.Data;
+
+import java.util.Date;
+
+/**
+ * (RiskOldInfo)实体类
+ *
+ * @author makejava
+ * @since 2023-03-20 15:33:46
+ */
+@Data
+public class RiskOldInfoQueryRespDTO {
+
+
+    private Long id;
+    /**
+     * 2上报人部门
+     */
+    private String reportDep;
+    /**
+     * 3上报人职务
+     */
+    private String reportPeopleJob;
+    /**
+     * 4上报人
+     */
+    private String reportPeople;
+    /**
+     * 5发现人
+     */
+    private String findPeople;
+    /**
+     * 6发现时间
+     */
+    private Date findTime;
+    /**
+     * 7隐患内容
+     */
+    private String riskDesc;
+    /**
+     * 8隐患位置
+     */
+    private String riskSite;
+    /**
+     * 9隐患类型
+     */
+    private String riskType;
+    /**
+     * 10隐患级别
+     */
+    private String riskLevel;
+    /**
+     * 11隐患所在部门
+     */
+    private String riskDep;
+    /**
+     * 12检查类型
+     */
+    private String checkType;
+    /**
+     * 13专业
+     */
+    private String major;
+    /**
+     * 14责任人部门
+     */
+    private String liabilityDep;
+    /**
+     * 15责任人
+     */
+    private String liabilityPeople;
+    /**
+     * 16责任人职务
+     */
+    private String liabilityPeopleJob;
+    /**
+     * 17整改时间
+     */
+    private Date rectifyTime;
+    /**
+     * 18允许延期时间
+     */
+    private Date rectifyTimeout;
+    /**
+     * 19负责人部门
+     */
+    private String leadDep;
+    /**
+     * 20负责人职务
+     */
+    private String leadJob;
+    /**
+     * 21整改人部门
+     */
+    private String rectifyDep;
+    /**
+     * 22整改人职务
+     */
+    private String rectifyPeopleJob;
+    /**
+     * 23整改人
+     */
+    private String rectifyPeople;
+    /**
+     * 24整改措施
+     */
+    private String rectifyMeasure;
+    /**
+     * 25整改开始时间
+     */
+    private Date rectifyStartTime;
+    /**
+     * 26整改完成时间
+     */
+    private Date rectifyFinishTime;
+    /**
+     * 27整改情况
+     */
+    private String rectifyDesc;
+    /**
+     * 28资金
+     */
+    private Double cost;
+    /**
+     * 29预案
+     */
+    private String plan;
+    /**
+     * 30防范措施
+     */
+    private String precautionMeasure;
+    /**
+     * 31验收时间
+     */
+    private Date acceptTime;
+    /**
+     * 32验收说明
+     */
+    private String acceptDesc;
+    /**
+     * 33验收部门
+     */
+    private String acceptDep;
+    /**
+     * 34验收人
+     */
+    private String acceptPeople;
+    /**
+     * 35验收人职务
+     */
+    private String acceptPeopleJob;
+    /**
+     * 36销号人部门
+     */
+    private String cancelDep;
+    /**
+     * 37销号人
+     */
+    private String cancelPeople;
+    /**
+     * 38销号人职务
+     */
+    private String cancelPeopleJob;
+    /**
+     * 39延期申请人
+     */
+    private String applyPeople;
+    /**
+     * 40申请时间
+     */
+    private Date applyTime;
+    /**
+     * 41申请理由
+     */
+    private String applyDesc;
+    /**
+     * 42申请-备注
+     */
+    private String applyNote;
+    /**
+     * 43申请延期时间
+     */
+    private Date applyTimeoutTime;
+    /**
+     * 44申请处理人
+     */
+    private String applyDealPeople;
+    /**
+     * 45申请处理时间
+     */
+    private Date appleDealTime;
+    /**
+     * 46流转责任部门
+     */
+    private String exchangeLeadDep;
+    /**
+     * 47流转责任人
+     */
+    private String exchangeLeadPeople;
+    /**
+     * 48流转责任人职务
+     */
+    private String exchangeLeadPeopleJob;
+    /**
+     * 49流转备注
+     */
+    private String exchangeDesc;
+
+
+    private long tag;
+
+
+}
+

--
Gitblit v1.9.2