#
Junjie
2025-04-11 ad205a9ee0b1ff18eabed3528407f13a52193dcf
src/main/java/com/zy/core/model/command/LedCommand.java
@@ -13,7 +13,9 @@
@Data
public class LedCommand extends Object {
    private Integer workNo;
    private String title;
    private String workNo;
    private Integer staNo;
@@ -25,4 +27,10 @@
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
    private Integer ioType;
    private String barcode;
}