From 4d5cdc710ed9f965a7aac789cd416c97943599f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B4=81?= Date: Tue, 8 Jun 2021 09:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=9016023=2019081-=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=B7=A5=E4=BD=8D=E5=AE=89=E7=81=AF=E5=91=BC=E5=8F=AB=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=8F=8D=E5=BA=94=E3=80=81=E5=91=BC=E5=8F=AB=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E6=97=A0=E6=B3=95=E5=8F=96=E6=B6=88=E5=92=8C=E5=A4=84?= =?UTF-8?q?=E7=90=86-20210525=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/estsh/i3plus/pojo/andon/bean/AndonManageQueue.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/i3plus-pojo-andon/src/main/java/cn/estsh/i3plus/pojo/andon/bean/AndonManageQueue.java b/modules/i3plus-pojo-andon/src/main/java/cn/estsh/i3plus/pojo/andon/bean/AndonManageQueue.java index 0e4b269..d3770f8 100644 --- a/modules/i3plus-pojo-andon/src/main/java/cn/estsh/i3plus/pojo/andon/bean/AndonManageQueue.java +++ b/modules/i3plus-pojo-andon/src/main/java/cn/estsh/i3plus/pojo/andon/bean/AndonManageQueue.java @@ -298,6 +298,14 @@ public class AndonManageQueue extends BaseManageQueue implements Serializable { private Integer brokenTime; @Transient + @ApiParam(value ="响应时长(分钟)") + private Double sumDowntime; + + @Transient + @ApiParam(value ="故障时长(分钟)") + private Double sumBrokenTime; + + @Transient @ApiParam(value ="故障字符串") private String faultStr;