#
luxiaotao1123
2020-11-17 ebcaed76a00f824e57ccd7e2c38efe725e160374
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;
}