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/project/tr/specialCheck/domin/DTO/TbSpecialCheckScoreAndDangerLogQueryDTO.java | 136 ++++++++++++++++++++++---------------------- 1 files changed, 68 insertions(+), 68 deletions(-) diff --git a/src/main/java/com/ruoyi/project/tr/specialCheck/domin/DTO/TbSpecialCheckScoreAndDangerLogQueryDTO.java b/src/main/java/com/ruoyi/project/tr/specialCheck/domin/DTO/TbSpecialCheckScoreAndDangerLogQueryDTO.java index 198d550..856a6b5 100644 --- a/src/main/java/com/ruoyi/project/tr/specialCheck/domin/DTO/TbSpecialCheckScoreAndDangerLogQueryDTO.java +++ b/src/main/java/com/ruoyi/project/tr/specialCheck/domin/DTO/TbSpecialCheckScoreAndDangerLogQueryDTO.java @@ -1,68 +1,68 @@ -package com.ruoyi.project.tr.specialCheck.domin.DTO; - -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.time.LocalDateTime; - -@Data -@TableName("tb_special_check_score_and_danger_log") -public class TbSpecialCheckScoreAndDangerLogQueryDTO { - - - @TableId(type = IdType.AUTO) - 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 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.DTO; + +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.time.LocalDateTime; + +@Data +@TableName("tb_special_check_score_and_danger_log") +public class TbSpecialCheckScoreAndDangerLogQueryDTO { + + + @TableId(type = IdType.AUTO) + 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 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; +} -- Gitblit v1.9.2