自动化立体仓库 - WCS系统
#
zjj
2024-11-09 983d8a5fdeace0591da69902f95b475ee7f724a0
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 barcode;
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
    private Integer ioType;
}