zzgtfwq
4 天以前 bca069bc5858219548fc5e1bcfc659e4758f3576
src/main/java/com/zy/core/thread/LedThread.java
@@ -107,6 +107,7 @@
    private void reset() {
        commandList = null;
        stringBuffer.delete(0, stringBuffer.length());
        this.errorMsg.delete(0, errorMsg.length());
    }
@@ -128,4 +129,11 @@
    public void close() {
    }
    /**
     * 清除作业启动中
     */
    @Override
    public void setWrkSign() {
    }
}