自动化立体仓库 - WCS系统
#
18516761980
2022-08-30 e6eb8d8dc97c1fb40581ffa1d5b17ecc37d39e2e
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,7 @@
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
    private Integer ioType;
}