双重预防项目-国泰新华二开定制版
heheng
2024-11-15 9015e720487b737743232b0b3aa464c2ac9e8d17
src/main/java/com/ruoyi/project/tr/specialCheck/domin/BO/TbBaseCheckItemBO.java
@@ -1,31 +1,31 @@
package com.ruoyi.project.tr.specialCheck.domin.BO;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.time.LocalDateTime;
@Data
public class TbBaseCheckItemBO {
    private Integer  pageNum;
    private Integer  pageSize;
    private String checkName;
    private String checkContent;
    private String checkWay;
    private String checkBasis;
    private String applicablePlace;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createDate;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime updateDate;
}
package com.ruoyi.project.tr.specialCheck.domin.BO;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.time.LocalDateTime;
@Data
public class TbBaseCheckItemBO {
    private Integer  pageNum;
    private Integer  pageSize;
    private String checkName;
    private String checkContent;
    private String checkWay;
    private String checkBasis;
    private String applicablePlace;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime createDate;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private LocalDateTime updateDate;
}