#
tqs
2023-03-03 d87c479028197e207bdd0e24d3dc889a3a6e40fa
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;
@@ -23,6 +25,12 @@
    private String sourceLocNo;
    private String barcode;
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
    private Integer ioType;
}