From a1ea92d773f2fc846651c0c31d18ccc9ed1a8fb2 Mon Sep 17 00:00:00 2001 From: cp <513960435@qq,com> Date: 星期三, 17 一月 2024 17:09:09 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/mdqdwcs' into mdqdwcs --- src/main/java/com/zy/core/model/command/LedCommand.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/zy/core/model/command/LedCommand.java b/src/main/java/com/zy/core/model/command/LedCommand.java index 36685e8..0a31d46 100644 --- a/src/main/java/com/zy/core/model/command/LedCommand.java +++ b/src/main/java/com/zy/core/model/command/LedCommand.java @@ -25,6 +25,8 @@ private String sourceLocNo; + private String barcode; + private List<MatDto> matDtos = new ArrayList<>(); private boolean emptyMk = false; -- Gitblit v1.9.1