组件传参给工步

yun-zuoyi
wynne1005 5 years ago
parent 351ea8755e
commit dce52df770

@ -20,13 +20,16 @@ public class StepDispatchModel {
private String requestBeanKey; private String requestBeanKey;
private String moduleDataMapKey;
private String scanInfo; private String scanInfo;
public StepDispatchModel(String stepListKey, String firstScanKey, String cellParamKey, String requestBeanKey, String scanInfo) { public StepDispatchModel(String stepListKey, String firstScanKey, String cellParamKey, String requestBeanKey, String moduleDataMapKey, String scanInfo) {
this.stepListKey = stepListKey; this.stepListKey = stepListKey;
this.firstScanKey = firstScanKey; this.firstScanKey = firstScanKey;
this.cellParamKey = cellParamKey; this.cellParamKey = cellParamKey;
this.requestBeanKey = requestBeanKey; this.requestBeanKey = requestBeanKey;
this.moduleDataMapKey = moduleDataMapKey;
this.scanInfo = scanInfo; this.scanInfo = scanInfo;
} }
} }

Loading…
Cancel
Save