#
yxFwq
2025-05-10 3b604eb218a3b167144cc6e5d9c86cd95e16157c
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;
}