From e7196c3f7fc4ed5dc1c9d2ce6fffb1c3c54b1153 Mon Sep 17 00:00:00 2001 From: wynne1005 Date: Mon, 21 Sep 2020 09:32:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E7=BA=B3=E5=B7=9D=2010923=2010894?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/estsh/i3plus/pojo/mes/bean/MesWorkCellStatus.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesWorkCellStatus.java b/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesWorkCellStatus.java index ba1090a..2d1e39c 100644 --- a/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesWorkCellStatus.java +++ b/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesWorkCellStatus.java @@ -43,5 +43,13 @@ public class MesWorkCellStatus extends BaseBean implements Serializable { @ApiParam("超时状态") private Integer timeOutStatus; + @Column(name = "DELAY_HELP_STATUS") + @ApiParam("延迟帮助状态") + private Integer delayHelpStatus; + + @Column(name = "EMERGENCY_STOP_STATUS") + @ApiParam("紧急停止状态") + private Integer emergencyStopStatus; + }