From 9ca0dc6e7833715b875cc9b6b91d5c497b2bae8b Mon Sep 17 00:00:00 2001 From: zf <1603559716@qq.com> Date: 星期三, 30 八月 2023 09:05:45 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/hazardInvestigationSystem into zf --- src/main/java/com/gk/hotwork/Domain/SafetySelfInspectionItem.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/gk/hotwork/Domain/SafetySelfInspectionItem.java b/src/main/java/com/gk/hotwork/Domain/SafetySelfInspectionItem.java index a065214..548fc40 100644 --- a/src/main/java/com/gk/hotwork/Domain/SafetySelfInspectionItem.java +++ b/src/main/java/com/gk/hotwork/Domain/SafetySelfInspectionItem.java @@ -106,6 +106,17 @@ */ private String expertNames; + //附件 + @TableField(exist = false) + private List<AttachmentInfo> attachmentList; + + public List<AttachmentInfo> getAttachmentList() { + return attachmentList; + } + + public void setAttachmentList(List<AttachmentInfo> attachmentList) { + this.attachmentList = attachmentList; + } public String getExpertIds() { return expertIds; -- Gitblit v1.9.2