From 85ce1fa2f3d894cce2be0faa24551dfca7896ac9 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期二, 22 十月 2024 08:10:46 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/ahyxwcs' into ahyxwcs --- src/main/java/com/zy/core/model/command/LedCommand.java | 1 + 1 files changed, 1 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..36685e8 100644 --- a/src/main/java/com/zy/core/model/command/LedCommand.java +++ b/src/main/java/com/zy/core/model/command/LedCommand.java @@ -29,4 +29,5 @@ private boolean emptyMk = false; + private Integer ioType; } -- Gitblit v1.9.1