1
18 小时以前 b2deb1cc93b3d2c3fb9dc795e3589e1c62329a8f
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();
    }
}