|
|
|
@ -18,12 +18,15 @@ public class StepDispatchModel {
|
|
|
|
|
|
|
|
|
|
private String cellParamKey;
|
|
|
|
|
|
|
|
|
|
private String requestBeanKey;
|
|
|
|
|
|
|
|
|
|
private String scanInfo;
|
|
|
|
|
|
|
|
|
|
public StepDispatchModel(String stepListKey, String firstScanKey, String cellParamKey, String scanInfo) {
|
|
|
|
|
public StepDispatchModel(String stepListKey, String firstScanKey, String cellParamKey, String requestBeanKey, String scanInfo) {
|
|
|
|
|
this.stepListKey = stepListKey;
|
|
|
|
|
this.firstScanKey = firstScanKey;
|
|
|
|
|
this.cellParamKey = cellParamKey;
|
|
|
|
|
this.requestBeanKey = requestBeanKey;
|
|
|
|
|
this.scanInfo = scanInfo;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|