| | |
| | | //调拨源仓库 |
| | | private String shId; |
| | | |
| | | private String storeManager; |
| | | |
| | | private String processDefinitionKey; |
| | | |
| | | public String getApplyId() { |
| | | return applyId; |
| | | } |
| | |
| | | public void setNextUserId(String nextUserId) { |
| | | this.nextUserId = nextUserId; |
| | | } |
| | | |
| | | public String getStoreManager() { |
| | | return storeManager; |
| | | } |
| | | |
| | | public void setStoreManager(String storeManager) { |
| | | this.storeManager = storeManager; |
| | | } |
| | | |
| | | public String getProcessDefinitionKey() { |
| | | return processDefinitionKey; |
| | | } |
| | | |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | this.processDefinitionKey = processDefinitionKey; |
| | | } |
| | | } |