双重预防项目-国泰新华二开定制版
kongzy
2024-08-14 135a322f44708b1187d37ea4b6859b5d82113e89
src/main/java/com/ruoyi/project/tr/specialCheck/domin/BO/TbSpecialCheckScoreAndDangerLogQueryBO.java
@@ -1,62 +1,62 @@
package com.ruoyi.project.tr.specialCheck.domin.BO;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.time.LocalDateTime;
@Data
public class TbSpecialCheckScoreAndDangerLogQueryBO {
    private Integer  pageNum;
    private Integer  pageSize;
    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 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.BO;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.time.LocalDateTime;
@Data
public class TbSpecialCheckScoreAndDangerLogQueryBO {
    private Integer  pageNum;
    private Integer  pageSize;
    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 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;
}