From b48ad13253c050e9e42360456fe8eff5f6fc3fcb Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期四, 19 六月 2025 08:35:59 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/ytflsbwcs' into ytflsbwcs --- 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