|
|
|
@ -20,13 +20,16 @@ public class StepDispatchModel {
|
|
|
|
|
|
|
|
|
|
private String requestBeanKey;
|
|
|
|
|
|
|
|
|
|
private String moduleDataMapKey;
|
|
|
|
|
|
|
|
|
|
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.firstScanKey = firstScanKey;
|
|
|
|
|
this.cellParamKey = cellParamKey;
|
|
|
|
|
this.requestBeanKey = requestBeanKey;
|
|
|
|
|
this.moduleDataMapKey = moduleDataMapKey;
|
|
|
|
|
this.scanInfo = scanInfo;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|