#
野心家
4 天以前 06fad1864fbe3aa23edd4fd03e27904219588cfb
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,11 @@
    private String sourceLocNo;
    private String model;
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
    private Integer ioType;
}