From 7976974de54193e39bfa71fb2f839ecc540e960d Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期三, 17 一月 2024 17:08:38 +0800
Subject: [PATCH] #

---
 src/main/java/com/zy/core/model/command/LedCommand.java |    3 +++
 1 files changed, 3 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..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,8 +25,11 @@
 
     private String sourceLocNo;
 
+    private String barcode;
+
     private List<MatDto> matDtos = new ArrayList<>();
 
     private boolean emptyMk = false;
 
+    private Integer ioType;
 }

--
Gitblit v1.9.1