| | |
| | | |
| | | |
| | | //物品调拨 |
| | | public static final String FLOW_TYPE_ALLOCATION_STOREHOUSE = "70007";//合同变更审核 |
| | | public static final String FLOW_TYPE_ALLOCATION_STOREHOUSE = "70007";//物品调拨 |
| | | |
| | | |
| | | //物品被调拨 |
| | | public static final String FLOW_TYPE_ALLOCATION_STOREHOUSE_GO = "80008";//物品被调拨 |
| | | |
| | | |
| | | |
| | |
| | | private String flowType; |
| | | private String flowTypeName; |
| | | private String processDefinitionKey; |
| | | private String operationType; |
| | | |
| | | private String[] flowTypes; |
| | | |
| | |
| | | public void setFlowTypes(String[] flowTypes) { |
| | | this.flowTypes = flowTypes; |
| | | } |
| | | |
| | | public String getOperationType() { |
| | | return operationType; |
| | | } |
| | | |
| | | public void setOperationType(String operationType) { |
| | | this.operationType = operationType; |
| | | } |
| | | } |