From 7d654eb585b57fa1be45d61ffd7f6d799ae8c936 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 07 九月 2023 13:59:53 +0800 Subject: [PATCH] # --- 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 c989120..39bb0e1 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