1
1 天以前 744cd972c118953540b19aa9f5ca97dd40e68b6d
rsf-server/src/main/java/com/vincent/rsf/server/api/entity/params/MissionTaskIssueParam.java
@@ -24,6 +24,7 @@
    private String locNo;//目标库位
    private String sourcelocNo;//源库位
    private String staNo;//目标站点
    private String staNoArea;//目标站点区域
    private String sourcestaNo;//源站点
    /*
@@ -152,3 +153,4 @@
        this.retryTimes = flowStepInstance.getRetryTimes();
    }
}