From 3fbef8c9533fea45f5ece7f8384fc8172d3fd4e2 Mon Sep 17 00:00:00 2001
From: cp <513960435@qq,com>
Date: 星期三, 17 一月 2024 17:04:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/mdqdwcs' into mdqdwcs

---
 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..0a31d46 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;
@@ -23,6 +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