From b107ebae3effeb8e521dedd9b9453cd0f54c8ded Mon Sep 17 00:00:00 2001 From: ruanqi Date: Wed, 10 Apr 2024 11:01:48 +0800 Subject: [PATCH] =?UTF-8?q?0412=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../production/entity/AbnormalFeedBackData.java | 10 +++++++++- .../resources/mapper/production/AbnormalMapper.xml | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/heai/modules/production/entity/AbnormalFeedBackData.java b/src/main/java/com/heai/modules/production/entity/AbnormalFeedBackData.java index 6004618..e369795 100644 --- a/src/main/java/com/heai/modules/production/entity/AbnormalFeedBackData.java +++ b/src/main/java/com/heai/modules/production/entity/AbnormalFeedBackData.java @@ -159,7 +159,7 @@ public class AbnormalFeedBackData { * */ private String workClothes; - + private String rootCause; /** * */ @@ -452,5 +452,13 @@ public class AbnormalFeedBackData { public void setPartDesc(String partDesc) { this.partDesc = partDesc; } + + public String getRootCause() { + return rootCause; + } + + public void setRootCause(String rootCause) { + this.rootCause = rootCause; + } } diff --git a/src/main/resources/mapper/production/AbnormalMapper.xml b/src/main/resources/mapper/production/AbnormalMapper.xml index 3204e7a..da9d275 100644 --- a/src/main/resources/mapper/production/AbnormalMapper.xml +++ b/src/main/resources/mapper/production/AbnormalMapper.xml @@ -24,7 +24,7 @@