Junjie
2024-06-12 8a8faba0f55512a2c18c4fe719a1bb0c4f6a86c9
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,10 @@
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
    private Integer ioType;
    private String barcode;
}