| | |
| | | public static final String FLOW_TYPE_REPAIR= "20002"; |
| | | //采购 |
| | | public static final String FLOW_TYPE_PURCHASE= "30003"; |
| | | |
| | | public static final String FLOW_TYPE_COLLECTION = "40004";//物品领用 |
| | | public static final String DEFAULT_SKIP_LEVEL = "1"; |
| | | |
| | | public static final String DEFAULT_PROCESS = "java110_" ; |
| | | |
| | | private String skipLevel; |
| | | private String describle; |
| | |
| | | private String flowName; |
| | | private String flowType; |
| | | private String flowTypeName; |
| | | private String processDefinitionKey; |
| | | |
| | | private String[] flowTypes; |
| | | |
| | | |
| | | private Date createTime; |
| | |
| | | public void setWorkflowSteps(List<WorkflowStepDto> workflowSteps) { |
| | | this.workflowSteps = workflowSteps; |
| | | } |
| | | |
| | | public String getProcessDefinitionKey() { |
| | | return processDefinitionKey; |
| | | } |
| | | |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | this.processDefinitionKey = processDefinitionKey; |
| | | } |
| | | |
| | | public String[] getFlowTypes() { |
| | | return flowTypes; |
| | | } |
| | | |
| | | public void setFlowTypes(String[] flowTypes) { |
| | | this.flowTypes = flowTypes; |
| | | } |
| | | } |