From 4f4ae801fbd52546ee65353b43af7b41f37d9a44 Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期三, 20 十一月 2024 16:27:35 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/tzskwcs_3' into tzskwcs_3 --- src/main/java/com/zy/core/model/command/LedCommand.java | 4 ++++ 1 files changed, 4 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 536a9c0..14b4fbf 100644 --- a/src/main/java/com/zy/core/model/command/LedCommand.java +++ b/src/main/java/com/zy/core/model/command/LedCommand.java @@ -29,4 +29,8 @@ private boolean emptyMk = false; + private Integer ioType; + + private String barcode; + } -- Gitblit v1.9.1