From 6e90772d0fb3e2b42a56f679d7c59ad4358ce7d5 Mon Sep 17 00:00:00 2001 From: yxw Date: Wed, 18 Sep 2024 15:07:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E7=89=87=E7=AE=B1=E6=9D=A1=E7=A0=81?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cn/estsh/i3plus/ext/mes/pcn/pojo/util/MesPcnExtConstWords.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/i3plus-ext-mes-pcn-pojo/src/main/java/cn/estsh/i3plus/ext/mes/pcn/pojo/util/MesPcnExtConstWords.java b/modules/i3plus-ext-mes-pcn-pojo/src/main/java/cn/estsh/i3plus/ext/mes/pcn/pojo/util/MesPcnExtConstWords.java index 630c248..3a84fd5 100644 --- a/modules/i3plus-ext-mes-pcn-pojo/src/main/java/cn/estsh/i3plus/ext/mes/pcn/pojo/util/MesPcnExtConstWords.java +++ b/modules/i3plus-ext-mes-pcn-pojo/src/main/java/cn/estsh/i3plus/ext/mes/pcn/pojo/util/MesPcnExtConstWords.java @@ -489,4 +489,11 @@ public class MesPcnExtConstWords { //工步解绑 public static final String STEP_UNBINDING = "工步解绑"; + + //二维码 + public static final String QR_CODE = "qrCode"; + //条形码 + public static final String BAR_CODE = "barCode"; + //竖杠 + public static final String VERTIVAL_BAR = "|"; }