#
Junjie
2025-06-19 f1f42f11fae5df52905f80b856f047e93b57f6e3
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;
}