自动化立体仓库 - WCS系统
whycq
2023-09-15 a9e8a91fd4c8c504d7df9ef921f32d832390e77d
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,6 @@
    private List<MatDto> matDtos = new ArrayList<>();
    private boolean emptyMk = false;
}