1
1 天以前 24bb6dccd9f78079c212f652d267a025c52e5361
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();
    }
}