From f635f7f72a2bf43e204215cc672afe420e720e86 Mon Sep 17 00:00:00 2001 From: zc <zc@123> Date: 星期三, 27 八月 2025 11:19:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/fyxc_shuttle_wcs' into fyxc_shuttle_wcs --- src/main/java/com/zy/core/model/command/LedCommand.java | 6 +++++- 1 files changed, 5 insertions(+), 1 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..17da8b5 100644 --- a/src/main/java/com/zy/core/model/command/LedCommand.java +++ b/src/main/java/com/zy/core/model/command/LedCommand.java @@ -15,7 +15,7 @@ private String title; - private Integer workNo; + private String workNo; private Integer staNo; @@ -29,4 +29,8 @@ private boolean emptyMk = false; + private Integer ioType; + + private String barcode; + } -- Gitblit v1.9.1