From 69be0f1761a382c6c485f054d1f39dee1ecb2fac Mon Sep 17 00:00:00 2001 From: yxFwq <1> Date: 星期五, 03 一月 2025 11:28:01 +0800 Subject: [PATCH] #cs1 --- src/main/java/com/zy/core/model/command/LedCommand.java | 5 +++++ 1 files changed, 5 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..36685e8 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,7 @@ private List<MatDto> matDtos = new ArrayList<>(); + private boolean emptyMk = false; + + private Integer ioType; } -- Gitblit v1.9.1