From 370f4e9a020cb3bd96d4687a6a6e8d29fe9d5fb8 Mon Sep 17 00:00:00 2001 From: "joke.wang" Date: Thu, 8 Jul 2021 11:09:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E8=BF=87=E6=8A=A5=E5=B7=A5=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/estsh/i3plus/pojo/mes/bean/MesProduceErrorRecord.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesProduceErrorRecord.java b/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesProduceErrorRecord.java index 06a43c3..cf5140a 100644 --- a/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesProduceErrorRecord.java +++ b/modules/i3plus-pojo-mes/src/main/java/cn/estsh/i3plus/pojo/mes/bean/MesProduceErrorRecord.java @@ -70,4 +70,8 @@ public class MesProduceErrorRecord extends BaseBean { @ApiParam("异常内容") private String errorMessage; + @Column(name = "NOTICE_SIGN") + @ApiParam("通知标识") + private Integer noticeSign = 10; + }