#
tqs
2022-12-21 de4b127b4b20c84d6432a58cc4fc7438bc079ea6
src/main/java/com/zy/core/model/command/SteCommand.java
@@ -82,6 +82,11 @@
     */
    private Short run;
    /**
     * 报文备注
     */
    private String memo;
    public void setTaskMode(Short taskMode){
        this.taskMode = taskMode;
        this.taskModeType = SteTaskModeType.get(taskModeType);