From f884d266dce2295e75462e931f7fb60eb2c23c80 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期日, 30 六月 2024 10:25:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/sxjzwcs' into sxjzwcs

---
 src/main/java/com/zy/core/model/command/LedCommand.java |    7 +++++++
 1 files changed, 7 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 58f4c88..3bef485 100644
--- a/src/main/java/com/zy/core/model/command/LedCommand.java
+++ b/src/main/java/com/zy/core/model/command/LedCommand.java
@@ -13,6 +13,8 @@
 @Data
 public class LedCommand extends Object {
 
+    private String title;
+
     private Integer workNo;
 
     private Integer staNo;
@@ -25,4 +27,9 @@
 
     private List<MatDto> matDtos = new ArrayList<>();
 
+    private boolean emptyMk = false;
+
+    private Integer ioType;
+
+    private String barcode;
 }

--
Gitblit v1.9.1