src/main/java/com/zy/core/model/command/LedCommand.java @@ -25,8 +25,11 @@ private String sourceLocNo; private String barcode; private List<MatDto> matDtos = new ArrayList<>(); private boolean emptyMk = false; private Integer ioType; }