郑永安
2023-08-23 99b2c395d535210baa69a245b5cb14f51a8606b3
src/main/java/com/gk/hotwork/Domain/SafetySelfInspection.java
@@ -118,11 +118,23 @@
    @TableField(exist = false)
    private Integer majorCount;
    /**
     * 整改状态 0未整改 1部分整改 2全部整改
     * 整改状态 -1未整改 1部分整改 2全部整改
     */
    @TableField(exist = false)
    private Integer rectificationStatus;
    //检查清单附件
    @TableField(exist = false)
    private List<AttachmentInfo> attachmentList;
    public List<AttachmentInfo> getAttachmentList() {
        return attachmentList;
    }
    public void setAttachmentList(List<AttachmentInfo> attachmentList) {
        this.attachmentList = attachmentList;
    }
    public List<InspectionExpert> getExpertList() {
        return expertList;
    }