From 73ea4525cb88472e6e80370eb182b4c61d165896 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 04 八月 2023 14:34:12 +0800
Subject: [PATCH] #穿梭车 ===>> 小车电量检测充电,自动关闭充电

---
 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..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,8 +25,12 @@
 
     private String sourceLocNo;
 
+    private String barcode;
+
     private List<MatDto> matDtos = new ArrayList<>();
 
     private boolean emptyMk = false;
 
+    private Integer ioType;
+
 }

--
Gitblit v1.9.1