|
|
|
@ -70,6 +70,9 @@ public class StationRequestBean implements Serializable {
|
|
|
|
|
@ApiParam("工步代码")
|
|
|
|
|
private String stepCode;
|
|
|
|
|
|
|
|
|
|
@ApiParam("工步序号")
|
|
|
|
|
private Integer stepSeq;
|
|
|
|
|
|
|
|
|
|
@ApiParam("强制执行工步代码")
|
|
|
|
|
private String forceSpecStepCode;
|
|
|
|
|
|
|
|
|
@ -109,7 +112,7 @@ public class StationRequestBean implements Serializable {
|
|
|
|
|
private String queueGroupNo;
|
|
|
|
|
|
|
|
|
|
@ApiParam("数据map")
|
|
|
|
|
private Map<String, Object> dataMap=new HashMap<>();
|
|
|
|
|
private Map<String, Object> dataMap = new HashMap<>();
|
|
|
|
|
|
|
|
|
|
@ApiParam("流程状态集合")
|
|
|
|
|
private List<MesStateMachineStatus> fsmStates;
|
|
|
|
|